refactor: Gomplate now renders all examples using the same plugin.

This commit is contained in:
Spencer Brower
2024-03-04 09:46:34 -05:00
parent d7aed73263
commit 5bc2321b4f
4 changed files with 22 additions and 14 deletions

6
bin/run-example Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env nu
# vim: filetype=nu :
def main [name: string] {
nu $'./examples/($name).nu'
}