An open API service indexing awesome lists of open source software.

https://github.com/sprql/tomlresume

TOML-based standard for resumes
https://github.com/sprql/tomlresume

Last synced: about 1 month ago
JSON representation

TOML-based standard for resumes

Awesome Lists containing this project

README

        

# tomlresume

TOML-based standard for resumes, compliant with [JSON Resume Schema](https://github.com/jsonresume/resume-schema)

## Installation

$ git clone https://github.com/sprql/tomlresume.git
$ cd tomlresume

## Usage

Create your copy from template:

$ cp resume.toml.template resume.toml

Fill your resume:

$ $EDITOR resume.toml

Build `HTML` variant of your resume:

$ bin/tomlresume html --template templates/resume.html.mustache resume.toml > resume.html

Build `JSON` variant:

$ bin/tomlresume json resume.toml > resume.json

Validate `JSON` variant:

$ bin/tomlresume validate resume.json

__JSON variant can be used on [jsonresume.org](https://jsonresume.org)__