feat!: use commander for command management

from this commit npm package commander will be used for command management, making sub-commands possible, due to what commiting from now and on is called through rcz commit
This commit is contained in:
2023-08-19 22:33:29 +03:00
parent 4e16104d62
commit 7ef777bb2b
3 changed files with 167 additions and 146 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@resultium/rcz",
"version": "1.0.0-alpha.1",
"description": "Resultium commit standardization library, based on commitizen",
"version": "1.0.0",
"description": "Resultium commit standardization library, based on conventional commits",
"main": "./dist/index.js",
"bin": {
"rcz": "./dist/index.js"
@@ -27,6 +27,7 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"commander": "^11.0.0",
"simple-git": "^3.19.1"
},
"devDependencies": {