NW.js bootstrap
Description
This is a very minimalistic NW.js app bootstrap. Pre-configured for:
- NW.js
- TypeScript
- Angular 2
Requirements
Developer info
Kick start developer environment:
git checkout git+ssh://git@bitbucket.org/masterjguscius/nwjs-bootstrap.git
yarn install
yarn start
Version bumping (without publish):
yarn run bump:patch
yarn run bump:minor
yarn run bump:major
Building & packaging
yarn build
This will build & package your app for these systems: win32, win64, linux32, linux64, macos64. You will find your builds in ./build directory.
Known issues
- Bump cannot automatically publish new package version -- Known issue with Yarn: Issue-2445
Warning
Only when this project reaches version 1.0.0 it will provide needed functionality. Until then this is work in progress.