Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/octalmage/generator-easynwjs
- Owner: octalmage
- Created: 2015-09-02T09:05:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-14T12:26:24.000Z (about 9 years ago)
- Last Synced: 2024-09-17T05:19:14.243Z (2 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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