1.0.0 • Published 1 year ago

markdown-doctool v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Simple documentation tool

Inspired from streamline-doctool

This package is a simple (minimal) documentation tool for JavaScript modules.

It relies heavily on markdown. It works by extracting documentation in markdown syntax from comment blocks. To get started you only need to know one directive:

/// !doc: Turns documentation on. Any line that starts with /// (3 slashes followed by a space - may be indented) will be extracted and appended to the documentation file.

Installation

npm install -g markdown-doctool

Usage

md-doc [path]

License

This work is licensed under the MIT license.