3.0.1 โ€ข Published 4 months ago

@smart-dev-agency/smart-cli v3.0.1

Weekly downloads
-
License
AGPL
Repository
github
Last release
4 months ago

Node.js Package

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": "โช๏ธ"
  }
}

Screenshots

App Screenshot

Authors

3.0.1

4 months ago

3.0.0

4 months ago

2.0.4

5 months ago

2.0.3

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago