nwjs-bootstrap

0.9.18 • Public • Published

alt text

NW.js bootstrap

Description

This is a very minimalistic NW.js app bootstrap. Pre-configured for:

  • NW.js
  • TypeScript
  • Angular 2

Requirements

  1. git
  2. node.js
  3. Yarn

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

  1. 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.

Package Sidebar

Install

npm i nwjs-bootstrap

Weekly Downloads

29

Version

0.9.18

License

CC-BY-NC-SA-4.0

Last publish

Collaborators

  • masterj