summaryrefslogtreecommitdiff
path: root/go.mod (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-07feat(variables): allow variable promises to be used directly where template ↵Julien Dessaux2-6/+26
values are
2024-03-07chore(templates): cleaned the templating apiJulien Dessaux4-30/+56
2024-03-07feat(templates): generalised templating from file contents to any gonf valueJulien Dessaux4-69/+99
2024-03-07fix(variables): fixed variable return value on errorJulien Dessaux1-1/+1
2024-03-07chore(gonf): first draft of the gonf lib with commands, files, packages and ↵Julien Dessaux10-0/+522
variables