man-made
v1.0.3
Published
Generates man pages for globally installed modules
Downloads
10
Readme
Man Pages for Global Node Modules, right in the terminal.
Installation
npm install -g man-made
How Does it Work?
This tools finds the list of global modules, and converts the package's readme into manual page documentations and stores them a directory called .man-made
in the user's 🏡 HOME directory.
It also updates your shell configuration's MANPATH to use these newly added manual pages.
This works with most shells, including
- zsh
- bash
- fish
- csh
- ksh
Usage
man package-name
Note
Please make sure to spin up a new terminal session after installing to view the updated manual docs for the npm package, after installation.
License
MIT