1
0
mirror of synced 2026-04-05 07:48:35 +08:00

feat(cli): 新增tamgic-cli,用于runtime 依赖生成

This commit is contained in:
roymondchen
2022-08-03 14:56:54 +08:00
committed by jia000
parent f1a8097e06
commit f18e7b275d
15 changed files with 1343 additions and 339 deletions

24
packages/cli/.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
.DS_Store
node_modules
lib
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
coverage