dmd-bitbucket
Version:
Plugin for jsdoc2md to produce markdown suitable for bitbucket
30 lines (19 loc) • 1.23 kB
Markdown
[](https://www.npmjs.org/package/dmd-bitbucket)
[](https://www.npmjs.org/package/dmd-bitbucket)
[](https://github.com/jsdoc2md/dmd-bitbucket/network/dependents?dependent_type=REPOSITORY)
[](https://github.com/jsdoc2md/dmd-bitbucket/network/dependents?dependent_type=PACKAGE)
[](https://github.com/feross/standard)
# dmd-bitbucket
Plugin for [jsdoc2md](https://github.com/jsdoc2md/jsdoc-to-markdown) to produce markdown suitable for bitbucket.
[Demo output](https://bitbucket.org/75lb/dmd-bitbucket-demo).
## Install and use
In the project requiring this plug-in, install it as a devDependency:
```
$ npm install dmd-bitbucket --save-dev
```
Then pass the plug-in name to `jsdoc2md` or `dmd` when generating your docs:
```
$ jsdoc2md --plugin dmd-bitbucket --files lib/*.js
```
* * *
© 2015-24 Lloyd Brookes <75pound@gmail.com>.