:crystal_ball: A curated list of awesome Browserify resources, libraries, and tools.
Please help improve this list by contributing!
Browserify lets you require('modules')
in the browser by
bundling up all of your dependencies.
You can 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.
browserify
to make incremental builds.
fs.readFileSync()
and fs.readFile()
static
asset browserify transform.
crypto
module to the browser.
stream
module from node core, for browsers!
buffer
module from node.js, for the browser.
Contributions welcome! Please read the contributing guidelines before getting started.
The browserify logo is by substack.
All other content is released to the public domain under CC0-1.0.