A plugin to add support for Electron to your DoneJS application
npm install donejs-electron


A plugin to add support for Electron to your DoneJS application
To add this generator to your DoneJS application, run
```
donejs add electron
To make changes to this generator, clone the repository and install the dependencies
``
git clone git@github.com:donejs/donejs-electron.git
cd donejs-electron
npm install
Then you can run the tests with
```
npm test