donejs-documentjs
v0.1.2
Published
A plugin for adding DocumentJS to your DoneJS application
Keywords
Readme
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 [email protected]:donejs/donejs-documentjs.git
cd donejs-documentjs
npm installThen you can run the tests with
npm test