Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T17:55:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T09:42:29.825Z (7 months ago)
- Topics: api, bpkg, core, docs, man, nman, shell
- Language: Shell
- Size: 3.91 KB
- Stars: 14
- Watchers: 14
- 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