Code Monkey home page Code Monkey logo

resume-cli's Introduction

JSON Resume Command Line

IRC

Everyone working on the early stages of the project should join our Freenode channel:

#jsonresume on freenode

You can use the web client http://webchat.freenode.net/.

Getting Started

npm install -g resume-cli

Usage

resume --help

For a complete list of options and commands.

resume init

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

Complete the resume.json with your text editor, following the schema available at:
http://jsonresume.org/

resume test

Runs your resume.json through our schema tests to ensure it complies with the standard and tries to identify where any errors may be occurring.

resume export [fileName]

Exports your resume locally in a stylized html, markdown, or pdf format.

Use the --format flag to specify file type. Example: --format pdf

Use the --theme <name> flag to specify theme. Example: --theme flat
A list of available themes can be found here: http://jsonresume.org/themes/

resume register

Registration is optional.

To publish your resume to your account with a custom domain extension at http://registry.jsonresume.org/, you will first need to acquire login credentials.

resume publish

This command will guide you through the publish process. Consider using the theme flag to style your resume (Default: flat).

Example: resume publish --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 try to locate a local index.js and call the render() function. This is useful when developing themes.

Community Projects

Anyone working on projects for JSON Resume should submit a pull request and add themselves to the list.

LinkedIn Exporters

Web UI Builders

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.