0.0.2 • Published 8 years ago

dssrv-electron v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

donejs-electron

Build Status npm version

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 git@github.com:donejs/donejs-electron.git
cd donejs-electron
npm install

Then you can run the tests with

npm test