nodeapi
v0.0.1
Published
Check nodejs api document quickly and easily, just like godoc!
Downloads
6
Readme
nodeapi
Inspired by godoc, a pretty useful tool in Go, which can let developer check the api document easily. Just hope node can have one in the core, but do it myself at this time.
Usage
npm install -g nodeapi
nodeapi [options]
options:
-m, --module: Which module document you want to see.
-e, --method: Which method document you want to see.
-l, --list: List all modules name.
Todo
- Beauty document format
- Fetch specific version document