3.0.1 โข Published 4 months ago
@smart-dev-agency/smart-cli v3.0.1
Smart CLI Tools for developers
Set of development tools for the command line.
Requirements
- node js 16+
Installation
npm i -g @smart-dev-agency/smart-cli
Usage
Once the CLI is installed globally, you can run it with smart-cli
to get a main view of the application.
Change Configuration
You can use the update_config command to update some CLI configuration. This is the JSON structure to update config:
{
"cli_name": "New Name CLI",
"commits_prefix": {
"feat": "โจ", // string or emoji data
"fix": "๐๏ธ",
"chore": "๐",
"release": "๐",
"docs": "๐",
"test": "๐งช",
"style": "๐",
"refactor": "โป๏ธ",
"perf": "โก๏ธ",
"build": "๐ท",
"ci": "๐๏ธ",
"revert": "โช๏ธ"
}
}