An application used to test nwjs-packager.
- Git clone the nwjs-packager repository
- Git clone this repository
- In the nwjs-packager directory, run
npm install
and thennpm link
. - 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!
Run npm run build
to package the demo application with nwjs-packager's default settings.