daybrush-jsdoc-template
v1.10.0
Published
A clean, responsive documentation template theme for JSDoc 3 inspired by lodash and minami
Downloads
309
Maintainers
Readme
daybrush-jsdoc-template
daybrush-jsdoc-template is a template based on the docdash template.
Install
$ npm install daybrush-jsdoc-template
Usage
Clone repository to your designated jsdoc
template directory, then:
$ jsdoc entry-file.js -t path/to/daybrush-jsdoc-template
scene.js
$ jsdoc ./outjs ./README.md -d doc -t ./node_modules/daybrush-jsdoc-template
Usage (npm)
In your projects package.json
file add a new script:
"script": {
"generate-docs": "node_modules/.bin/jsdoc -c jsdoc.json"
}
In your jsdoc.json
file, add a template option.
"opts": {
"template": "node_modules/daybrush-jsdoc-template"
}