Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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