diff options
Diffstat (limited to '')
-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. |