0.1.6 • Published 7 years ago

streamline-doctool v0.1.6

Weekly downloads
27
License
-
Repository
github
Last release
7 years ago

Simple documentation tool

streamline-doctool is a simple (minimal) documentation tool for JavaScript and streamline.js modules.

streamline-doctool 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 streamline-doctool

License

This work is licensed under the MIT license.

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

9 years ago

0.1.1

10 years ago

0.1.0

11 years ago