A JSDoc template built with React.
npm install jsdoc-reactA JSDoc template with a clean and minimal design.
Built with React,
Bootstrap, and WebPack.
* FKit API
Install the npm package:
``sh`
> npm install jsdoc-react
Run JSDoc with the template:
`sh`
> jsdoc -t jsdoc-react ...
Build the library:
`sh`
> make production
Run the tests:
`sh`
> make test
Ship a new release x.y.z:
`sh``
> make release version=x.y.z
JSDoc React is licensed under the MIT license. See the
LICENSE
file for more details.