Browserify
The topic of this article may not meet Wikipedia's notability guidelines for products and services. (June 2021) |
| Browserify | |
|---|---|
| Developers | Browserling team and Browserify contributors |
| Initial release | 9 June 2011[1] |
| Stable release | 17.0.1[2] |
| Written in | JavaScript |
| Operating system | Linux, macOS, Windows |
| Platform | Node.js |
| Type | Module bundler |
| License | MIT License[3][4] |
| Website | browserify |
| Repository | github |
Browserify is an open-source JavaScript module bundler 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.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.