Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcblw/motm-browserify
This months RiversideJS Module of the Month was Browserify, here are the files from the demo.
https://github.com/jcblw/motm-browserify
Last synced: 16 days ago
JSON representation
This months RiversideJS Module of the Month was Browserify, here are the files from the demo.
- Host: GitHub
- URL: https://github.com/jcblw/motm-browserify
- Owner: jcblw
- Created: 2014-01-07T15:48:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T15:48:43.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T14:39:04.587Z (about 1 month ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Module of the Month
# [Browserify](https://npmjs.org/package/browserify)
```
[sudo] npm install browserify
```to compile
```
browserify index.js -o ./dist/compiled.js
```