Skip to content

sprql/tomlresume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomlresume

TOML-based standard for resumes, compliant with JSON 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

About

TOML-based standard for resumes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published