Browserify
![]() | The topic of this article may not meet Wikipedia's notability guidelines for products and services. (June 2021) |
Browserify | |
---|---|
![]() | |
Developer(s) | Browserling team and Browserify contributors |
Initial release | 9 June 2011[1] |
Stable release | |
Repository | github |
Written in | JavaScript |
Operating system | Linux, macOS, Windows |
Platform | Node.js |
License | MIT License[3][4] |
Website | browserify |
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.[5]
Examples
Execution
$ browserify source.js -o target.js
This adds the source of all the required modules and their dependencies used in source.js
and bundles them in target.js
. Browserify traverses the dependency graph, using your source.js
as its entry point, and includes the source of every dependency it finds.
See also
References
- ↑ "Release Date of Version 1.0.0". Retrieved 2020-12-31.
- ↑ "Release 17.0.1". 3 October 2024. Retrieved 21 October 2024.
- ↑ "LICENSE file on GitHub". Retrieved 2020-12-31.
- ↑ "License field from browserify - npm". Retrieved 2020-12-31.
- ↑ "NPM, Browserify, and modules". Retrieved 24 Dec 2014.
Category:All articles with topics of unclear notability
Category:Articles with short description
Category:Articles with topics of unclear notability from June 2021
Category:JavaScript libraries
Category:JavaScript programming tools
Category:Products articles with topics of unclear notability
Category:Short description matches Wikidata
Category:Software using the MIT license