
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.
👔 Lightweight JSON Resume builder, no-frills alternative to resume-cli.
npm install resumed jsonresume-theme-even # or your theme of choice
$ resumed --help
Usage
$ resumed <command> [options]
Available Commands
render Render resume
export Export resume to PDF
init Create sample resume
validate Validate resume
For more info, run any command with the `--help` flag
$ resumed render --help
$ resumed export --help
Options
-v, --version Displays current version
-h, --help Displays this message
See examples.
render (default)Render resume.
Usage: resumed render [filename] [options]
Options:
-o, --output: Output filename-t, --theme: Theme to use-h, --help: Display help messageexportExport resume to PDF.
Usage: resumed export [filename] [options]
Options:
-o, --output: Output filename-t, --theme: Theme to use--puppeteer-arg: Puppeteer launch argument-h, --help: Displays help messageinitCreate sample resume.
Usage: resumed init [filename] [options]
Aliases: create
Options:
-h, --help: Display help messagevalidateValidate resume.
Usage: resumed validate [filename] [options]
Options:
-h, --help: Display help messageresume-cli is the original command line tool for JSON Resume, the open source initiative to create a JSON-based standard for resumes. It has served the community well for years, but its broad scope and aging codebase has become increasingly harder to maintain.
Resumed is a complete reimplementation of resume-cli, using more modern technologies while dropping certain features, to remain small and focused.
Resumed does not install any themes. You must pick and install one yourself, and specify your choice via the --theme option or the .meta.theme field of your resume.
In contrast, resume-cli comes with a default theme, and only supports the --theme option. This is fine for most users, but it ties the default theme package release cycle to that of the CLI, and may be a little more verbose.
While both tools can be used from the command line, Resumed also provides a fully-tested, strongly-typed Node.js API to create, validate and render resumes programatically.
Resumed makes some compromises in terms of features, such as no local previews or YAML format support. If you miss any of these, you can combine Resumed with other tools or continue using resume-cli.
FAQs
Lightweight JSON Resume builder, no-frills alternative to resume-cli
The npm package resumed receives a total of 779 weekly downloads. As such, resumed popularity was classified as not popular.
We found that resumed 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.