diff options
author | neodarz <neodarz@neodarz.net> | 2019-08-03 15:23:58 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2019-08-03 15:42:40 +0200 |
commit | 46f2126c12abb69971b586be4e1548f37d50386a (patch) | |
tree | 836716028e9ddd7263e1ffdee3599987abcc977a /README.md | |
download | resumejson_converter-bdb5011fc920578cad8aa01e55a7b638c7abeb9b.tar.xz resumejson_converter-bdb5011fc920578cad8aa01e55a7b638c7abeb9b.zip |
Initial commitv0.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..eeb4dcc --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# JSON Resume Converter + +A small package for convert json resume with templating to html and pdf. + +# Input + +About the JSON resume standard: [https://jsonresume.org/schema/](https://jsonresume.org/schema/). + +# Template + +About the jinja2 template: [https://jinja.palletsprojects.com/en/2.10.x/](https://jinja.palletsprojects.com/en/2.10.x/) + +# Output + +PDF file generated in out folder where you launch the code. |