Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Sage/streamline-doctool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages