
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.
Retrieve a node module's readme from the command line, and pipe it into less.
> npm install readme -g
Show the readme for a node module.
readme resolves your module in the same way as require()
> readme # for the current module.
> readme optimist # for a locally installed module
> readme readme -g # for a globally installed module.
> readme -c http # for a core module
> readme readme --web # open the project's webpage
> readme readme --gh # open the projects github page
readme comes with completions for the Fish shell (completions for other shells welcome).
To install completions, put completions/readme.fish file to a directory listed in $fish_complete_path.
$ curl -L https://raw.github.com/dominictarr/readme/master/completions/readme.fish >~/.config/fish/completions/readme.fish
FAQs
display a module's readme in the terminal
The npm package readme receives a total of 197 weekly downloads. As such, readme popularity was classified as not popular.
We found that readme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.