nman

Read the node.js core api in man page format

This package adds the convenience of man pages to the node.js API.

$ bpkg install nman -g

Usage

Just use nman along with the node API you’d like to view. Some examples:

# For the File System module
$ nman fs

# ...and the console
$ nman console

# The name is the same as you'd `require` it
# For the "Assertion Testing", just like you
# would `require(assert)`, do...
$ nman assert

NOTE: It requires an active internet connection. It does not come with the docs nor stores offline as they are requested.

Published: June 16 2014

blog comments powered by Disqus