mustache-cli
mustache-cli copied to clipboard
Command line interface to mustache template engine in Go.
Results
2
mustache-cli issues
Sort by
recently updated
recently updated
newest added
Some missing features that we need to be able to pass using the CLI - --ignore-undefined - if {{ FOO }} has no definition then do not replace {{ FOO...
enhancement
Should be nice to replace variable names in path name, file name and file content recursively. structure: ``` - template - {{project-name}} - file1.txt -file2.txt - settings-{{project-name}}.yml ``` file: variables.yml...
enhancement