stylus-documentor

A very naive stylus documentor

Usage no npm install needed!

<script type="module">
  import stylusDocumentor from 'https://cdn.skypack.dev/stylus-documentor';
</script>

README

Basic Stylus documentor

Helps you generate documentation for stylus functions and assignments. It was written to document a largish Stylus function library.

Installation

Installation through NPM:

npm install stylus-documentor

Usage

Usage is simple, pass it a file and an output dir for the generated documentation.

stylus-documentor --file=/your/stylus/file.styl --out=/your/doc/output/dir