Skip to content

A godoc like cli tool for nodejs documentation. Built with golang, works for nodejs!

Notifications You must be signed in to change notification settings

AnikHasibul/jsdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jsdoc

A godoc like cli tool for nodejs documentation.

Installation

Install from source:

go get -v github.com/AnikHasibul/jsdoc

Or

Download from release page!

Usage:

$ jsdoc

USAGE of jsdoc:
 jsdoc <module>
 jsdoc <sym>[.<method>]                  
 jsdoc [<module>].<sym>[.<method>]

EXAMPLE USAGE of jsdoc:
 jsdoc http
 jsdoc http.Agent

CREATED BY:
 @AnikHasibul