mirror of
https://github.com/sern-handler/create-bot
synced 2026-06-06 01:16:53 +00:00
Merge pull request #5 from SrIzan10/main
chore: fancier template choices (in json)
This commit is contained in:
@@ -1,14 +1,18 @@
|
||||
[
|
||||
{
|
||||
"title": "ts"
|
||||
"title": "Typescript",
|
||||
"value": "ts"
|
||||
},
|
||||
{
|
||||
"title": "ts-esm"
|
||||
"title": "Typescript with ESM",
|
||||
"value": "ts-esm"
|
||||
},
|
||||
{
|
||||
"title": "js"
|
||||
"title": "Javascript",
|
||||
"value": "js"
|
||||
},
|
||||
{
|
||||
"title": "js-esm"
|
||||
"title": "Javascript with ESM",
|
||||
"value": "js-esm"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user