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: about 1 month ago
JSON representation
A godoc like cli tool for nodejs documentation. Built with golang, works for nodejs!
- Host: GitHub
- URL: https://github.com/anikhasibul/jsdoc
- Owner: AnikHasibul
- Created: 2019-01-30T10:57:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T11:33:09.000Z (over 7 years ago)
- Last Synced: 2025-03-17T18:18:50.984Z (over 1 year ago)
- Topics: cli, documentation, documentation-generator, documentation-tool, godoc, golang, jsdoc, nodejs
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```