feat: add empty

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-10-27 23:53:13 +02:00
parent 02cc33b192
commit 8ae6302317
Signed by: kjuulh
GPG Key ID: 57B6E1465221F912
3 changed files with 19 additions and 1 deletions

View File

@ -2,6 +2,7 @@
"templates": [
"rust-service",
"rust-cli",
"rust-lib"
"rust-lib",
"empty"
]
}

View File

@ -0,0 +1,10 @@
{
"name": "empty",
"templating": "tera",
"delimiter": "[[]]",
"prompt": {
"name": {
"description": "Project name"
}
}
}

7
empty/cuddle.yaml Normal file
View File

@ -0,0 +1,7 @@
# yaml-language-server: $schema=https://git.front.kjuulh.io/kjuulh/cuddle/raw/branch/main/schemas/base.json
base: "git@git.front.kjuulh.io:kjuulh/cuddle-base.git"
vars:
service: "%%name%%"
registry: kasperhermansen