This commit is contained in:
atagen 2026-02-25 13:16:02 +11:00
commit 807c3b0094
11 changed files with 533 additions and 0 deletions

13
example-config.json Normal file
View file

@ -0,0 +1,13 @@
{
"schemes": {
"myorg": {
"template": "github:my-organization/{path}"
},
"internal": {
"template": "git+ssh://git.internal.corp/{path}"
},
"gl": {
"template": "gitlab:mycompany/{path}"
}
}
}