resume-cli

Cli tool to easily setup a new resume ?

Github stars Tracking Chart

resume-cli

Gitter
Build Status Dependency Status devDependency Status

This is the command line tool for JSON Resume, the open source initiative to create a JSON-based standard for resumes.

Read more...

Getting Started

Install the command-line tool:

npm install -g resume-cli

Usage

resume --help

Show a list of options and commands for the CLI.

resume init

Creates a new resume.json file in your current working directory.

Complete the resume.json with your text editor. Be sure to follow the schema
(available at http://jsonresume.org).

resume test

Validates your resume.json against our schema tests to ensure it complies with
the standard. Tries to identify where any errors may be occurring.

resume export [fileName]

Exports your resume locally in a stylized HTML, Markdown, or PDF format.

A list of available themes can be found here: http://jsonresume.org/themes/

Please npm install the theme you wish to use locally before attempting to export it.

Options:

  • --format <file type> Example: --format pdf
  • --theme <name> Example: --theme flat

resume serve

Starts a web server that serves your local resume.json.

Options:

  • --port <port>
  • --theme <name>

If no theme is specified, it will look for the file index.js and call
render(). This is useful when developing themes.

License

Available under the MIT license.

Main metrics

Overview
Name With Ownerjsonresume/resume-cli
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2014-06-15 06:21:01
Pushed At2024-04-03 15:02:18
Last Commit At2024-04-04 02:02:13
Release Count106
Last Release Name3.09 (Posted on 2024-04-04 01:25:47)
First Release Namev0.0.0 (Posted on )
用户参与
Stargazers Count4.6k
Watchers Count59
Fork Count393
Commits Count595
Has Issues Enabled
Issues Count359
Issue Open Count37
Pull Requests Count128
Pull Requests Open Count13
Pull Requests Close Count282
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private