Skip to content

Monar/cv-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

cv-generator

Simple curriculum vitae generator.

Did not found anything on the internet realising following points so I've created my own :D

  • generate cv from .json or .yaml
  • schemaless
  • html/sass templates
  • live preview
  • simple to use

How to use it

yarn

And then

yarn start

To change template

ln -sfT ../templates/{template name} src/template

To export your cv to pdf, just print the page and set margins to none in print setup.

.
β”œβ”€β”€ data // your private data (git ignored)
β”‚Β Β  β”œβ”€β”€ cv.yaml
β”‚Β Β  └── photo.jpg
β”œβ”€β”€ src // project code
β”‚Β Β  β”œβ”€β”€ base.scss
β”‚Β Β  β”œβ”€β”€ index.js // hack this one if needed
β”‚Β Β  └── template -> ../templates/default/
β”œβ”€β”€ templates // template just link one of them to src/template
β”‚Β Β  └── default
β”‚Β Β      β”œβ”€β”€ css
β”‚Β Β      β”œβ”€β”€ fonts
β”‚Β Β      β”œβ”€β”€ index.html
β”‚Β Β      └── index.scss

If you come up with some nice templates, don't hesitate to submit a merge request with it.

About

Simple curriculum vitae generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published