renderizer icon indicating copy to clipboard operation
renderizer copied to clipboard

CLI to render Go template text files based on command line parameters and/or a YAML

Results 4 renderizer issues
Sort by recently updated
recently updated
newest added

The code leaves a lot to be desired. It's time for a refactor to support use as a library, make it testable, and replace the scripted test harness with native...

enhancement

When processing YAML (or JSON), after each render of the template, if there are still variables to replace, add the document to the context and render again, iterating until there...

enhancement