2.0.0-alpha.3 • Published 9 years ago

generator-node-webkit v2.0.0-alpha.3

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

NWJS generator Build Status

Generator to easily maintain cross platform apps. The generator helps to setup a new project and package the app for different OS's and nwjs versions.

Usage

Install generator-node-webkit:

npm install -g generator-node-webkit

Make a new directory, and cd into it:

mkdir my-new-project && cd $_

Run yo node-webkit:

yo node-webkit

Generators

Available generators:

App

Sets up a new nwjs app, generating all the boilerplate you need to get started.

Example:

yo node-webkit

Download

Downloads a specific nwjs version for an OS of your choice. Generates needed grunt task to build the final app. You can call this generator at any time you want to have a new version nwjs. The sub generator pay attention to already downloaded nwjs source files and will skip the download.

Example:

yo node-webkit:download
[?] Please specify which version of node-webkit you want to download: (v0.12.0)
[?] Which platform you develop on? (Use arrow keys)
    ❯ MacOS32
      MacOS64
      Linux32
      Linux64
      Windows32

Produces:

├── nwjs
│   ├── MacOS32_v0.12.0     - The nwjs sources of this combination goes here
├── grunt-tasks             - All costum grunt tasks will go in here
│   ├── MacOS32_v0.12.0.js  - This is the main grunt task to build a dist for this version
2.0.0-alpha.3

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.9.2

10 years ago

0.9.1

10 years ago

0.9.0

10 years ago

0.8.1

10 years ago

0.8.0

10 years ago

0.7.0

10 years ago

0.6.0

10 years ago

0.1.0

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.1

11 years ago