https://github.com/octalmage/generator-easyelectron
Yeoman generator for a basic Electron app.
https://github.com/octalmage/generator-easyelectron
Last synced: 6 days 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-14T00:27:50.000Z (over 9 years ago)
- Last Synced: 2025-06-30T04:12:01.154Z (15 days 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