coming along very nicely now

This commit is contained in:
2025-01-06 14:39:30 -06:00
parent 8096c79c6c
commit 08fc4dfe67
20 changed files with 89 additions and 46 deletions

18
CreateDocument.sh Normal file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
# Put together the KNEL services contract template
set -euo pipefail
# Pull in contract variables
echo "Sourcing contract template variables..."
source ./KNEL-Contract-Template-Variables.env
echo "Rendering templates..."
bash RenderTemplates.sh
echo "Rendering CSV..."
bash RenderCSVToMarkdown.sh
echo "Putting it all together..."
bash RenderBook.sh