danmarshall / browserify-only-requires

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 100.0%