update-markdown-jsdoc
Version:
Updates a markdown document section with jsdoc documentation.
30 lines (17 loc) • 1.4 kB
Markdown
# update-markdown-jsdoc
> Updates a markdown document section with jsdoc documentation.
[](https://www.npmjs.com/package/update-markdown-jsdoc) [](https://travis-ci.com/transitive-bullshit/update-markdown-jsdoc) [](https://standardjs.com)
This CLI allows you to quickly generate and update quality readme JSDoc documentation.
Here is an [example](https://github.com/transitive-bullshit/puppeteer-github) of the generated docs. Note that the `API` section is auto-generated, whereas the rest of the readme is editable like normal.
## Install
```bash
npm install -g update-markdown-jsdoc
```
## Usage
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
## Related
- [update-markdown-usage](https://github.com/transitive-bullshit/update-markdown-usage) - Same as this module but for CLI programs instead of jsdoc libraries.
- [documentation.js](https://github.com/documentationjs/documentation) - JSDoc documentation generator which this module is based on.
- [jsdoc](http://usejsdoc.org/) - JSDoc documentation standard.
## License
MIT © [Travis Fischer](https://transitivebullsh.it)