https://github.com/jsdoc2md/dmd-bitbucket
Plugin for jsdoc2md to produce markdown suitable for bitbucket.
https://github.com/jsdoc2md/dmd-bitbucket
Last synced: about 1 year ago
JSON representation
Plugin for jsdoc2md to produce markdown suitable for bitbucket.
- Host: GitHub
- URL: https://github.com/jsdoc2md/dmd-bitbucket
- Owner: jsdoc2md
- License: mit
- Created: 2015-03-30T21:06:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T11:07:16.000Z (over 1 year ago)
- Last Synced: 2025-03-28T02:24:20.632Z (about 1 year ago)
- Language: Handlebars
- Homepage:
- Size: 28.3 KB
- Stars: 5
- Watchers: 1
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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>.