An open API service indexing awesome lists of open source software.

https://github.com/anikhasibul/jsdoc

A godoc like cli tool for nodejs documentation. Built with golang, works for nodejs!
https://github.com/anikhasibul/jsdoc

cli documentation documentation-generator documentation-tool godoc golang jsdoc nodejs

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# jsdoc
A [godoc](https://godoc.org) like cli tool for nodejs documentation.

# Installation

Install from source:

```sh
go get -v github.com/AnikHasibul/jsdoc
```

Or

[Download from release page!](https://github.com/AnikHasibul/jsdoc/releases)

# Usage:

```txt
$ jsdoc

USAGE of jsdoc:
jsdoc
jsdoc [.]
jsdoc [].[.]

EXAMPLE USAGE of jsdoc:
jsdoc http
jsdoc http.Agent

CREATED BY:
@AnikHasibul

```