Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

update-markdown-jsdoc

Updates a markdown document section with jsdoc documentation.

markdown, jsdoc, documentation, readme, update

readme

update-markdown-jsdoc

Updates a markdown document section with jsdoc documentation.

NPM Build Status JavaScript Style Guide

This CLI allows you to quickly generate and update quality readme JSDoc documentation.

Here is an example of the generated docs. Note that the API section is auto-generated, whereas the rest of the readme is editable like normal.

Install

npm install -g update-markdown-jsdoc

Usage

  • update-markdown-usage - Same as this module but for CLI programs instead of jsdoc libraries.
  • documentation.js - JSDoc documentation generator which this module is based on.
  • jsdoc - JSDoc documentation standard.

License

MIT © Travis Fischer