bpkg / nman

Read the node.js core api in man page format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nman(1)

Read the node.js core api in man page format

install

bpkg

$ bpkg install nman -g

source:

$ git clone https://github.com/jwerle/nman.git 
$ cd ./nman
$ make install

or

(cd /tmp && git clone --depth 1 https://github.com/jwerle/nman.git && cd nman && sudo make install && cd -)

usage

$ nman fs

license

MIT

About

Read the node.js core api in man page format

License:MIT License


Languages

Language:Shell 93.4%Language:Makefile 6.6%