jsdoc2md-anchors
Version:
command line utility to adjust the jsdoc2md output anchors to be compatible with github and bitbucket
13 lines (7 loc) • 322 B
Markdown
**Install**
`npm install jsdoc2md-anchors --save`
**Usage**
This utility outputs the github format by default. Its possible to pass 'bitbucket' as parameter in order to output bitbucket's format:
`jsdoc2md-anchors [bitbucket]`
**Example**
`jsdoc2md lib/**/*.js -t readme.hbs | jsdoc2md-anchors bitbucket > README.md`