diff --git a/documents/scripts/mustache.py b/documents/scripts/mustache.py index 8678f58..dc288ac 100644 --- a/documents/scripts/mustache.py +++ b/documents/scripts/mustache.py @@ -28,3 +28,7 @@ def render_markdown(template_path, json_path, output_path): output_path = "output.md" render_markdown(template_path, json_path, output_path) + + # Next steps + # - Consume all aspects from command shell JSON input, Template input, output destination. + # - Embed this into an Action. diff --git a/documents/scripts/requirements.txt b/documents/scripts/requirements.txt new file mode 100644 index 0000000..c4ad801 --- /dev/null +++ b/documents/scripts/requirements.txt @@ -0,0 +1,5 @@ + +# Generated using pip3 freeze + +mustache==0.1.4 +pystache==0.6.4 \ No newline at end of file