Create CLI working scaffolding

This commit is contained in:
2025-01-17 16:10:04 +01:00
parent f3b68dca33
commit a270ee4ae5
10 changed files with 136 additions and 20 deletions

View File

@@ -20,7 +20,9 @@
"typescript": "^5.6.3"
},
"dependencies": {
"commander": "^13.0.0",
"dayjs": "^1.11.13",
"peggy": "^4.2.0"
"peggy": "^4.2.0",
"yaml": "^2.7.0"
}
}