Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cz-cypher

koyoshiro3MIT1.0.2

format commitment for git commit

readme

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

  • <input disabled="" type="checkbox"> support custom question
  • <input disabled="" type="checkbox"> npm package publish