3.0.1 โ€ข Published 9 months ago

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

Weekly downloads
-
License
AGPL
Repository
github
Last release
9 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

9 months ago

3.0.0

9 months ago

2.0.4

10 months ago

2.0.3

10 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago