0.1.5 • Published 8 years ago

styledocdown v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

styledocdown

NPM version Build Status

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.

License

MIT License