0.1.5 • Published 10 years ago

styledocdown v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago