summaryrefslogtreecommitdiff
path: root/go.mod (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-07feat(services): implemented service promisesJulien Dessaux2-0/+104
2024-03-07feat(files): implemented file permission promisesJulien Dessaux3-25/+153
2024-03-07chore(files): updated FilePromise APIJulien Dessaux1-29/+38
2024-03-07feat(variables): allow variable promises to be used directly where template v...Julien Dessaux2-6/+26
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 v...Julien Dessaux10-0/+522