slush-nodewebkit
v0.1.0
Published
Generate a simple scaffolding to build a node-webkit app from scratch
Downloads
32
Maintainers
Readme
slush-nodewebkit

A simple scaffolding to build a node-webkit app
based on Beto Muniz projetct. Thanks you! ♥♥♥
Dependencies
You need install gulp and slush previously to run this generator.
Installation
- To install gulp globally, use:
$ npm install -g gulp- To install slush globally, use:
$ npm install -g slush- Finally, install the generator:
$ npm install -g slush-nodewebkitUsage
To run the generator, use:
$ slush nodewebkitExtra
This generator have any tasks running with gulp:
To run application in currenty platform, use:
$ gulp runTo zip application, use: (Working in Linux and OSX)
$ gulp zipTo compile application for Windows:
$ gulp winTo compile application for OSX:
$ gulp osxTo compile application for Linux:
$ gulp linux============================================================================== #License DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004
Copyright (C) 2004 Sam Hocevar [email protected]
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSETERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
- You just DO WHAT THE FUCK YOU WANT TO.
