styledocdown
v0.1.5
Published
Parse style-doc comment tags and output a markdown document
Downloads
17
Maintainers
Readme
styledocdown
Parse style-doc comment tags and output as a markdown document
Usage
Add [styledocdown] to your build tool:
npm install styledocdown --save-dev
Node
require('styledocdown').process(YOUR_CSS, { /* options */ });
Gulp
Use existing gulp-styledocdown plugin.
Options
options.root (optional)
Type: String
Default: File directory
Set the location where the linked files are hosted.