0.1.2 • Published 8 years ago
donejs-documentjs v0.1.2
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 documentjsDeveloping
To make changes to this generator, clone the repository and install the dependencies
git clone git@github.com:donejs/donejs-documentjs.git
cd donejs-documentjs
npm installThen you can run the tests with
npm test