

An awesome list of resources, plugins, and tools for Browserify, the JavaScript module bundler.
Loading more......
title: Awesome Browserify slug: awesome-browserify brand: Browserify category: Themed Directories logo: https://browserify.org/images/browserify.png source_url: https://github.com/browserify/awesome-browserify#readme tags:
Awesome Browserify is a curated, community-maintained list of resources, libraries, and tools for Browserify, the JavaScript module bundler that brings Node-style require() to the browser.
Browserify analyzes all require() calls in your application and bundles the dependency graph into a single file that can be included in the browser via one <script> tag.
require() in browser code.require() calls to build a dependency bundle.<script> tag for the browser.The list is organized into multiple sections to make discovery easier:
Official Resources
Pointers to official Browserify documentation and authoritative materials.
Community Resources
Community-driven guides, tools, and references around Browserify.
Tutorials
Step-by-step learning materials and how-tos for getting started and using Browserify effectively.
Articles
Deeper dives, blog posts, and written explanations of patterns, techniques, and use cases.
Demos
Example projects or live demonstrations showing Browserify in action.
Videos
Screencasts, talks, and other video content related to Browserify usage and concepts.
Tools
A broad toolkit ecosystem around Browserify, including:
fs.readFileSync() or fs.readFile().crypto, stream, buffer).