nman

0.0.2 • Public • Published

nman

node man page for easy access readme documents, just like linux man page but in nodejs! :)

Install

npm install -g nman

Usage

  Usage: nman [options] <a npm module>

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -l, --list     List all npm modules.

If you have install a node module express, you can enter

 nman commander

this will print the readme.md to terminal.

You have to have at the same path, where your node_modules are. While you are entering the nman command. I might improve this in the future.

Preview

preview

License

MIT @chilijung

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i nman

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • chilijung