Skip to content
/ nman Public

Read the node.js core api in man page format

License

Notifications You must be signed in to change notification settings

bpkg/nman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ffe7461 · Feb 6, 2023

History

8 Commits
May 20, 2014
May 20, 2014
May 26, 2014
Feb 6, 2023
Feb 6, 2023

Repository files navigation

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