1.0.13 • Published 6 years ago

gccl v1.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gccl Build status

git commitizen & commitlint & lint-staged

Getting started

npm i gccl -D

# OR
yarn add gccl -D

Two things have been done

  1. It just install these devDependencies commitizencommitlintlint-staged in your project
  2. add the info in your package.json and create a commitlint.config.js in your project
    {
      ...
      "config": {
        "commitizen": {
          "path": "./node_modules/cz-conventional-changelog"
        }
      },
      "husky": {
        "hooks": {
          "pre-commit": "lint-staged",
          "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
        }
      },
      "lint-staged": {
       "*.{js,vue}": [
         "eslint --fix",
         "git add"
       ]
      }
    }
1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago