1.0.0 • Published 4 years ago

nwjs-packager-demo v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

nwjs-packager-demo

An application used to test nwjs-packager.

Installation

  1. Git clone the nwjs-packager repository
  2. Git clone this repository
  3. In the nwjs-packager directory, run npm install and then npm link.
  4. In the nwjs-packager-demo directory, run npm link nwjs-packager.

Any changes you make while developing nwjs-packager should be reflected in the nwjs-packager-demo node-modules folder like magic!

Running

Run npm run build to package the demo application with nwjs-packager's default settings.