Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danmarshall/browserify-only-requires

Browserify only the require() dependencies of a file, with external references to them.
https://github.com/danmarshall/browserify-only-requires

Last synced: about 4 hours ago
JSON representation

Browserify only the require() dependencies of a file, with external references to them.

Awesome Lists containing this project

README

        

# browserify-only-requires
Browserify only the require() dependencies of a file, with external references to them.

## Install

`npm install --global filesearch`

This installs for command line usage.

## Use

`browserify-only-requires myNodeFile.js > myNodeFileRequiresBrowserified.js`