
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
man-modules
Advanced tools
Generate man pages for all of your node modules
npm install man-modules
You can also generate man pages for all globally installed man-modules if
installed globally.
$ man-modules
Or add it for postinstall in your package.json
"main": "index.js",
"scripts": {
"postinstall": "man-modules && node app.js",
Make sure to add the new path to your ~.bashrc after running.
echo "MANPATH=:/home/meandave/Code/man-modules/node_modules/.man; export MANPATH" >> ~/.bashrc'
This will be printed into the terminal after running man-modules.

The numbers generated for each manpage does not currently mimmick manpage functionality entirely.
On unix systems these stand for:
Where as here, we are simply incrementing for each readme packaged with the project to ensure no loss of information.
I would like to find a more standard way to handle this. Possibly checking for a bin
key in the package.json to signify an executable. Or simple concatting these files
together into one big modulename.1 file.
If you have any suggestions for this please open an issue!
Much appreciation to @chrisdickinson & @justinabrahms for the inspiration.
FAQs
Generate man pages for all top-level node_modules
The npm package man-modules receives a total of 2 weekly downloads. As such, man-modules popularity was classified as not popular.
We found that man-modules demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.