Browserling

Browserify is an open-source JavaScript bundler tool that allows developers to write and use Node.js-style modules that compile for use in the browser. == Examples == === Installation === === Execution === This adds the source of all the require modules and their dependencies used in source.js and bundles them in target.js.