Awesome Browserify
An awesome list of resources, plugins, and tools for Browserify, the JavaScript module bundler.
About this tool
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-lists
- web-development
- javascript images:
- https://browserify.org/images/browserify.png featured: false
Overview
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.
Features
Focus and Scope
- Dedicated solely to the Browserify ecosystem.
- Curates "awesome" quality resources, libraries, and tools.
- Covers both official and community-maintained materials.
Browserify Concept Coverage
- Explains how to use Node-style
require()in browser code. - Describes bundling of npm-installed modules for browser usage.
- Notes that Browserify recursively analyzes
require()calls to build a dependency bundle. - Targets delivery of bundles via a single
<script>tag for the browser.
Content Categories
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:- Development Servers – Tools to run and reload Browserify-based apps during development.
- Plugins – Extensions that add or change core Browserify behavior.
- Watchers – Utilities that monitor source files and trigger automatic bundling.
- CSS Bundlers – Tools for bundling CSS assets alongside JavaScript when using Browserify.
- Transforms – Modules that process files as they are required and bundled, potentially using file APIs such as
fs.readFileSync()orfs.readFile(). - Node in the Browser – References and tools that provide or polyfill Node core features in browser bundles (e.g.,
crypto,stream,buffer). - Production Tools – Utilities oriented toward optimizing, minifying, and preparing Browserify bundles for production use.
Community & Governance
- Open to contributions via a documented contributing guide.
- Includes a code of conduct for community participation.
Licensing
- Content (excluding the Browserify logo) is released under CC0 1.0 (public domain dedication).
- The Browserify logo is attributed to substack.
Pricing
- Not applicable. Awesome Browserify is an open, public, CC0-licensed curated list (no pricing or plans).
Loading more......
Information
Categories
Tags
Similar Products
6 result(s)An awesome list of resources, examples, and tools for choo, a small front-end framework for building web applications.
An awesome list of Ember.js libraries, addons, and resources for building web applications.
An "awesome" style curated list of frontend libraries, tools, and learning resources covering modern web UI development.
An awesome list of plugins, tools, and resources for Gulp, the JavaScript task runner.
A curated awesome list of HTML5 resources, including tutorials, tools, and reference material for modern web development.
A curated list of resources, libraries, and examples for Inertia.js, a framework for building single-page apps without writing a separate API.