functional prototype: TOML settings, CLI args, templated repo output
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
template_dir = "templates/"
|
||||
output_dir = "gen/"
|
||||
|
||||
[a_repo]
|
||||
path = "repos/connectr"
|
||||
name = "connectr"
|
||||
|
||||
[another_repo]
|
||||
path = "repos/fruitbasket"
|
||||
|
||||
[extra]
|
||||
thingo = 1
|
||||
Reference in New Issue
Block a user