github.com/anikhasibul/jsdoc

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


Keywords
cli, documentation, documentation-generator, documentation-tool, godoc, golang, jsdoc, nodejs
Install
go get github.com/anikhasibul/jsdoc

Documentation

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