https://github.com/bpkg/nman
Read the node.js core api in man page format
https://github.com/bpkg/nman
api bpkg core docs man nman shell
Last synced: 10 months ago
JSON representation
Read the node.js core api in man page format
- Host: GitHub
- URL: https://github.com/bpkg/nman
- Owner: bpkg
- License: mit
- Created: 2014-05-20T18:27:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T17:55:04.000Z (about 3 years ago)
- Last Synced: 2025-04-13T14:06:52.930Z (10 months ago)
- Topics: api, bpkg, core, docs, man, nman, shell
- Language: Shell
- Size: 3.91 KB
- Stars: 14
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nman(1)
====
Read the node.js [core api](http://nodejs.org/api/) in man page format
## install
[bpkg](https://github.com/bpkg/bpkg)
```sh
$ bpkg install nman -g
```
*source:*
```sh
$ git clone https://github.com/jwerle/nman.git
$ cd ./nman
$ make install
```
or
```sh
(cd /tmp && git clone --depth 1 https://github.com/jwerle/nman.git && cd nman && sudo make install && cd -)
```
## usage
```sh
$ nman fs
```
## license
MIT