nw-zip-builder
v1.1.0
Published
nw.js builder wrapper
Downloads
173
Readme
nw-zip-builder
This command line tool is wrapper of mllrsohn/node-webkit-builder.
Simply nw.build().then(zipped!)
For electron: azu/electron-zip-packager
Installation
npm install nw-zip-builder --save-dev
Usage
nw-zip-builder -p osx32 ./path/to/app
# => app-osx32.zip
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT