https://github.com/donejs/donejs-documentjs
https://github.com/donejs/donejs-documentjs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/donejs/donejs-documentjs
- Owner: donejs
- License: mit
- Created: 2017-01-31T19:19:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-23T12:15:00.000Z (about 5 years ago)
- Last Synced: 2024-12-31T22:29:10.875Z (5 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# donejs-documentjs
[](https://greenkeeper.io/)
[](https://travis-ci.org/donejs/donejs-documentjs)
[](http://badge.fury.io/js/donejs-documentjs)A plugin for adding DoucmentJS to your DoneJS application
## Using the generator
To add this generator to your DoneJS application, run
```
donejs add documentjs
```## Developing
To make changes to this generator, clone the repository and install the dependencies
```
git clone [email protected]:donejs/donejs-documentjs.git
cd donejs-documentjs
npm install
```Then you can run the tests with
```
npm test
```