1.0.2 • Published 5 years ago

cz-cypher v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Introduction

Msg formatting tool for git-commit based on Commitizen.

Installation

package.json File

"devDependencies": {
        "cypher": "git+https://github.com/koyoshiro/Cypher.git#master"
    },
"config": {
        "commitizen": {
            "path": "node_modules/cypher"
        }
    }    

then

npm install

use command

git cz

Examples

img

Todo List

  • support custom question
  • npm package publish