
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.
Developer-first CLI for generating polished, consistent README files from a simple config.
readie.json config fileCreate a starter config and generate your README in minutes:
# 1) Initialize a config
npx readie init
# 2) Generate README.md from readie.json
npx readie
For monorepos/workspaces:
npx readie generate:workspace --root ./packages --config-name readie.json
This workflow helps teams keep README files consistent while still allowing per-project customization.
npm install -g readie
You can also run it without global install via npx readie.
npx readie init.npx readie (or npx readie generate) to generate one README.npx readie generate:workspace --root ./packages to generate for multiple packages.--dry-run to preview changes and --strict to fail CI on generation errors.quickStart, customSections, and footer.readie.global.json: {{title}}, {{packageName}}, and {{packageNameEncoded}}.{
"banner": "<h1 align=\"center\">{{title}}</h1>",
"footer": "https://example.com?ref={{packageNameEncoded}}"
}
# Single project
npx readie --config ./readie.json
# Workspace with package filtering
npx readie generate:workspace --root ./packages --package ui --package api --dry-run
readie: Generate a README from the local readie.json (default command).readie generate: Explicit single-project generation command.readie generate:workspace: Generate READMEs for multiple projects in a workspace.readie init: Create a starter readie.json in the current directory.--help, -h: Show command help.--config, -c: Set a custom config path for supported commands.For further information, guides, and examples visit the reference documentation.
FAQs
Generate high-quality README files from a validated JSON config.
We found that readie demonstrated a healthy version release cadence and project activity because the last version was released less than 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.