feat: add empty
Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
parent
02cc33b192
commit
8ae6302317
@ -2,6 +2,7 @@
|
||||
"templates": [
|
||||
"rust-service",
|
||||
"rust-cli",
|
||||
"rust-lib"
|
||||
"rust-lib",
|
||||
"empty"
|
||||
]
|
||||
}
|
10
empty/cuddle-template.json
Normal file
10
empty/cuddle-template.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "empty",
|
||||
"templating": "tera",
|
||||
"delimiter": "[[]]",
|
||||
"prompt": {
|
||||
"name": {
|
||||
"description": "Project name"
|
||||
}
|
||||
}
|
||||
}
|
7
empty/cuddle.yaml
Normal file
7
empty/cuddle.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user