# broccoli-browserify **Repository Path**: mirrors_mjackson/broccoli-browserify ## Basic Information - **Project Name**: broccoli-browserify - **Description**: Browserify plugin for Broccoli - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # brocolli-browserify Use `require('modules')` in the browser with [browersify](https://https://github.com/substack/node-browserify) and [broccoli](https://github.com/joliss/broccoli) ## Install ``` npm install --save-dev broccoli-browserify ``` ## Example ```js var browserify = require('broccoli-browserify'); tree = browserify(tree, options); ``` ## API ### browserify(tree, options) Options: * `entries` : Array of files to be used as entry points * `browserify` : Options passed to the browserify constructor see: https://github.com/substack/node-browserify#var-b--browserifyfiles-or-opts * bundle: Options passed to browserify bundle method see: https://github.com/substack/node-browserify#bbundleopts-cb ## License MIT © Gareth Andrew