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!
- Host: GitHub
- URL: https://github.com/anikhasibul/jsdoc
- Owner: AnikHasibul
- Created: 2019-01-30T10:57:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T11:33:09.000Z (over 6 years ago)
- Last Synced: 2025-01-24T05:25:11.546Z (9 months ago)
- Topics: cli, documentation, documentation-generator, documentation-tool, godoc, golang, jsdoc, nodejs
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- 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
$ jsdocUSAGE of jsdoc:
jsdoc
jsdoc [.]
jsdoc [].[.]EXAMPLE USAGE of jsdoc:
jsdoc http
jsdoc http.AgentCREATED BY:
@AnikHasibul```