New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-yamlresume

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-yamlresume

Create a new YAMLResume project

latest
Source
npmnpm
Version
0.12.2
Version published
Maintainers
1
Created
Source

create-yamlresume

npm version npm downloads Node.js Version Discord

create-yamlresume helps you create a new YAMLResume project with a one-liner command.

Usage

With npx:

npx create-yamlresume my-resume

With npm:

npm init yamlresume my-resume

With yarn:

yarn create yamlresume my-resume

With pnpm:

pnpm create yamlresume my-resume

What it does

This tool will:

  • Create a new directory with your project name
  • Create a basic Node.js project structure with:
    • package.json with YAMLResume dependency and useful scripts
    • .gitignore file with appropriate excludes
    • README.md with basic usage instructions
  • Install all necessary dependencies
  • Create a new sample resume file using yamlresume new
  • Show available commands and next steps

Project Structure

The generated project will have:

my-resume/
├── package.json          # Project configuration with yamlresume dependency
├── .gitignore            # Git ignore rules
├── README.md             # Project documentation
└── resume.yml            # Your YAML resume (filename you choose)

Available Scripts

In the generated project, you can run:

  • npm run build - Build your resume to PDF
  • npm run dev - Watch for changes and rebuild automatically
  • npm run validate - Validate your resume against the schema
  • npm run yamlresume - Run the YAMLResume CLI

Learn More

Keywords

YAMLResume

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

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.

Install

Related posts