Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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