Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octalmage/generator-easyelectron
Yeoman generator for a basic Electron app.
https://github.com/octalmage/generator-easyelectron
Last synced: about 1 month ago
JSON representation
Yeoman generator for a basic Electron app.
- Host: GitHub
- URL: https://github.com/octalmage/generator-easyelectron
- Owner: octalmage
- Created: 2015-09-13T21:59:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T00:27:50.000Z (over 8 years ago)
- Last Synced: 2024-09-29T01:24:29.296Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# generator-easyelectron
> Generator for a basic [Electron](http://electron.atom.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-easyelectron
```In your *empty* project folder, run:
```
$ yo easyelectron
```Input your app's name at the prompt:
```
? What is your apps's name? (My App)
```Then the files `index.html`, `main.js` and `package.json` will be generated.
## License
MIT