Skip to content
/ resume Public

Building a resume using nothing but YAML files and Python. A prototype.

License

Notifications You must be signed in to change notification settings

ericmjl/resume

Repository files navigation

resume-generator

Building a resume using nothing but YAML files. A prototype. Inspired by https://github.com/salomonelli/best-resume-ever

howto

I have provided an environment.yml file, which specifies a conda environment that can be used.

To get it running:

$ conda env create -f environment.yml

When done, run the Flas app:

$ python app.py

This will run the app, and will also save it to disk as index.html. The app provides a convenient way to preview any changes made. When done, simply exit out of the app (Ctrl+C), and push changes up to GitHub.

About

Building a resume using nothing but YAML files and Python. A prototype.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published