https://github.com/donejs/donejs-electron
https://github.com/donejs/donejs-electron
donejs electron
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donejs/donejs-electron
- Owner: donejs
- License: mit
- Created: 2016-10-20T04:32:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:11:39.000Z (about 5 years ago)
- Last Synced: 2025-02-14T11:44:08.701Z (3 months ago)
- Topics: donejs, electron
- Language: JavaScript
- Size: 90.8 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# donejs-electron
[](https://greenkeeper.io/)
[](https://travis-ci.org/donejs/donejs-electron)
[](http://badge.fury.io/js/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
```