nwjs-bootstrap2
v2.8.7
Published
Minimalistic NW.js app bootstrap 2
Downloads
40
Readme
NW.js bootstrap
Description
This is a very minimalistic NW.js app bootstrap. Pre-configured for:
Requirements
Developer info
Kick start developer environment:
git checkout git+ssh://[email protected]/masterjguscius/nwjs-bootstrap2.git
yarn install
yarn start
Version bump, git & publish:
yarn run bump
yarn run bump:patch
yarn run bump:minor
yarn run bump:major
Building & packaging
yarn run build:icons
yarn run build:all
yarn run build:win32
yarn run build:win64
yarn run build:linux32
yarn run build:linux64
yarn run build:mac64
This will build & package your app for these systems: win32, win64, linux32, linux64, macos64. You will find your builds in ./build directory.