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