Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/danmarshall/browserify-only-requires
- Owner: danmarshall
- Created: 2015-06-03T07:03:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T07:44:44.000Z (over 9 years ago)
- Last Synced: 2024-04-28T01:50:30.701Z (6 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`