From 5b08da019ceb8ff2af0cdbc0b0374d6ec0ae5648 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Tue, 7 Jan 2025 13:11:48 -0700 Subject: [PATCH] examples: added test template --- examples/templates/test.j2 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/templates/test.j2 diff --git a/examples/templates/test.j2 b/examples/templates/test.j2 new file mode 100644 index 0000000..df2bb4e --- /dev/null +++ b/examples/templates/test.j2 @@ -0,0 +1,16 @@ +# +# This file was auto-generated by the OpenCHAMI "configurator" tool using the following plugin: +# Name: {{ plugin_name }} +# Version: {{ plugin_version }} +# Description: {{ plugin_description }} +# +# Source code: https://github.com/OpenCHAMI/configurator +# Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins +# + +# TODO: test variables + +# TODO: test if/else statements + +# TODO: test for loops +