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
- Host: GitHub
- URL: https://github.com/sprql/tomlresume
- Owner: sprql
- License: mit
- Created: 2017-01-02T20:09:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T20:45:33.000Z (about 8 years ago)
- Last Synced: 2025-01-28T00:15:02.527Z (3 months ago)
- Language: HTML
- Homepage: https://sprql.github.io/tomlresume/
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)__