Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octalmage/generator-easynwjs

Very simple Yeoman nw.js app generator.
https://github.com/octalmage/generator-easynwjs

Last synced: about 1 month ago
JSON representation

Very simple Yeoman nw.js app generator.

Awesome Lists containing this project

README

        

# generator-easynwjs

> Generator for a basic [NW.js](http://nwjs.io/) app, powered by [Yeoman](http://yeoman.io).

## Getting Started

You will need:
* Node & npm
* Yeoman (`npm install -g yo`)

Now install the generator:

```
$ npm install -g generator-easynwjs
```

In your *empty* project folder, run:

```
$ yo easynwjs
```

Input your app's name at the prompt:

```
? What is your apps's name? (My App)
```

Then the files `index.html` and `package.json` will be generated.

## License

MIT