Olivers Vitins b07d9aaaa4 refactor: change question formatting, improve readme
remove parenthesis from commit questions and change commit calling command to rcz commit in README
2023-08-19 22:36:10 +03:00
2023-08-19 18:35:41 +03:00
2023-08-19 20:18:40 +03:00
2023-08-19 18:35:41 +03:00
2023-08-19 18:35:41 +03:00

rcz

Resultium commit standardization library

Installation

  1. Set up @resultium registry in an .npmrc file in your home directory with following content:
    @resultium:registry=https://git.resultium.net/api/packages/technology/npm/
    
  2. Install the package using npm
    npm install -g @resultium/rcz
    

Getting started

  1. Make changes to your git initialized project
  2. Run rcz commit in the root directory
  3. Answer all the questions
  4. Push to remote

Configuration

You can create an .rczrc file in your root directory and specify available scopes and commit types

{
  "scopes": ["forms"],
  "types": [
    {
      "label": "chore",
      "value": "chore",
      "hint": "a routine action"
    }
  ]
}
Description
Resultium commit standardization library, inspired by commitizen
Readme 439 KiB
Languages
TypeScript 92.6%
JavaScript 7.4%