feature: cli framework

This commit is contained in:
2025-10-27 11:55:32 +08:00
parent 2ab091d939
commit f7167576cd
8 changed files with 904 additions and 1 deletions

9
tsconfig.cliExample.json Normal file
View File

@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/MCJack123/TypeScriptToLua/master/tsconfig-schema.json",
"extends": "./tsconfig.json",
"tstl": {
"luaBundle": "build/cliExample.lua",
"luaBundleEntry": "src/cliExample/main.ts"
},
"include": ["src/cliExample/*.ts", "src/lib/ccCLI/*.ts"]
}