Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donejs/donejs-electron
https://github.com/donejs/donejs-electron
donejs electron
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/donejs/donejs-electron
- Owner: donejs
- License: mit
- Created: 2016-10-20T04:32:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:11:39.000Z (over 4 years ago)
- Last Synced: 2024-12-22T07:36:43.624Z (12 days 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
[![Greenkeeper badge](https://badges.greenkeeper.io/donejs/donejs-electron.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/donejs/donejs-electron.svg?branch=master)](https://travis-ci.org/donejs/donejs-electron)
[![npm version](https://badge.fury.io/js/donejs-electron.svg)](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
```