replace commander with yargs

This commit is contained in:
Aman Varshney
2025-04-12 11:54:14 +05:30
parent f4c5052615
commit bef818212e
6 changed files with 284 additions and 252 deletions

View File

@@ -53,15 +53,16 @@
},
"dependencies": {
"@clack/prompts": "^0.10.1",
"commander": "^13.1.0",
"execa": "^8.0.1",
"fs-extra": "^11.3.0",
"gradient-string": "^3.0.0",
"picocolors": "^1.1.1"
"picocolors": "^1.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.17.30",
"@types/yargs": "^17.0.33",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
}