Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Browserify lets you require('modules') in the browser by bundling up all of your dependencies. | WebStorm is a lightweight and intelligent IDE for front-end development and server-side JavaScript. |
Use a node-style require() to organize your browser code and load modules installed by npm.;browserify will recursively analyze all the require() calls in your app in order to build a bundle you can serve up to the browser in a single script tag. | Coding assistance for JavaScript and TypeScript;
Support for React and Angular;
Built-in debugger for client-side JavaScript and Node.js; Integration with build tools, linters and test runners;
UI for working with Git and other VCS including a visual merge tool; |
Statistics | |
Stacks 2.2K | Stacks 13.5K |
Followers 414 | Followers 10.7K |
Votes 261 | Votes 985 |
Pros & Cons | |
Pros
| Pros
Cons
|
Integrations | |
| No integrations available | |

npm is the command-line interface to the npm ecosystem. It is battle-tested, surprisingly flexible, and used by hundreds of thousands of JavaScript developers every day.
PhpStorm is a PHP IDE which keeps up with latest PHP & web languages trends, integrates a variety of modern tools, and brings even more extensibility with support for major PHP frameworks.
Out of the box, IntelliJ IDEA provides a comprehensive feature set including tools and integrations with the most important modern technologies and frameworks for enterprise and web development with Java, Scala, Groovy and other languages.

Visual Studio is a suite of component-based software development tools and other technologies for building powerful, high-performance applications.

NetBeans IDE is FREE, open source, and has a worldwide community of users and developers.

PyCharm’s smart code editor provides first-class support for Python, JavaScript, CoffeeScript, TypeScript, CSS, popular template languages and more. Take advantage of language-aware code completion, error detection, and on-the-fly code fixes!

Standard Eclipse package suited for Java and plug-in development plus adding new plugins; already includes Git, Marketplace Client, source code and developer documentation. Click here to file a bug against Eclipse Platform.

Android Studio is a new Android development environment based on IntelliJ IDEA. It provides new features and improvements over Eclipse ADT and will be the official Android IDE once it's ready.
JetBrains RubyMine IDE provides a comprehensive Ruby code editor aware of dynamic language specifics and delivers smart coding assistance, intelligent code refactoring and code analysis capabilities.

RequireJS loads plain JavaScript files as well as more defined modules. It is optimized for in-browser use, including in a Web Worker, but it can be used in other JavaScript environments, like Rhino and Node. It implements the Asynchronous Module API. Using a modular script loader like RequireJS will improve the speed and quality of your code.