A plugin for adding DoucmentJS to your DoneJS application
To add this generator to your DoneJS application, run
donejs add documentjs
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 install
Then you can run the tests with
npm test