donejs-electron
v2.0.0
Published
A plugin to add support for Electron to your DoneJS application
Downloads
6
Readme
donejs-electron
A plugin to add support for Electron to your DoneJS application
Using the generator
To add this generator to your DoneJS application, run
donejs add electron
Developing
To make changes to this generator, clone the repository and install the dependencies
git clone [email protected]:donejs/donejs-electron.git
cd donejs-electron
npm install
Then you can run the tests with
npm test