undertaker-packaging
Undertaker registry for creating .pkg files for OSX.
Installation
npm install --save-dev undertaker-packaging
Usage
// gulpfile.js const PackagingRegistery = gulp
Then run the packaging task from Gulp.
gulp packaging
You should now see MyApp-1.0.0.pkg
in the bin directory.
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
Todos
- Document advanced functionality.
- Implement equivalent for Windows.
- Add more tests.
License
The MIT License (MIT)