From 46f2126c12abb69971b586be4e1548f37d50386a Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 3 Aug 2019 15:23:58 +0200 Subject: Initial commit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') 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. -- cgit v1.2.1