Refactored codegen tool

This commit is contained in:
Denis Arh
2020-08-24 15:38:42 +02:00
parent a7f8cd58cd
commit 6a73758d2c
24 changed files with 3147 additions and 7 deletions
+12
View File
@@ -0,0 +1,12 @@
# Code generation package
It consumes YAMLs from all known locations and provides them to
templates
- determinate all known locations for yaml files
- determinate all known output types (go?, html?, adocs?)
- can we read this from the filename?
- define structure for all locations
- define outputs
- can be a static file
- can have placeholders that are assembled from the structure, and yaml file contents