Misplaced Pages

Browserify

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Open-source JavaScript tool
The topic of this article may not meet Misplaced Pages's notability guidelines for products and services. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Browserify" – news · newspapers · books · scholar · JSTOR (June 2021) (Learn how and when to remove this message)
Browserify
Developer(s)Browserling team and Browserify contributors
Initial release9 June 2011; 13 years ago (2011-06-09)
Stable release17.0.1 Edit this on Wikidata / 3 October 2024; 2 months ago (3 October 2024)
Repositorygithub.com/browserify/browserify
Written inJavaScript
Operating systemLinux, macOS, Windows
PlatformNode.js
LicenseMIT License
Websitebrowserify.org

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

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

  1. "Release Date of Version 1.0.0". Retrieved 2020-12-31.
  2. "Release 17.0.1". 3 October 2024. Retrieved 21 October 2024.
  3. "LICENSE file on GitHub". Retrieved 2020-12-31.
  4. "License field from browserify - npm". Retrieved 2020-12-31.
  5. "NPM, Browserify, and modules". Retrieved 24 Dec 2014.
ECMAScript
Dialects
Engines
(comparison)
Frameworks
Client-side
Server-side
Multiple
  • Cappuccino
Libraries
People
Other
Lists
JavaScript libraries
Ajax frameworks
Comparisons
JavaScript frameworks
server-side JavaScript
Portal: Categories: