---
name: browserify
summary: "Browserify lets you write Node-style modules using require() and bundle them into a single file that runs in the browser, resolving the CommonJS dependency graph and shimming Node core modules. It pioneered the idea of bringing npm packages to the front end."
language: JavaScript
license: MIT
repo: https://github.com/browserify/browserify
source: https://opensources.dev/resource/browserify
health: 75
---

# browserify

Browserify lets you write Node-style modules using require() and bundle them into a single file that runs in the browser, resolving the CommonJS dependency graph and shimming Node core modules. It pioneered the idea of bringing npm packages to the front end.

