1.0.13 • Published 7 years ago

gccl v1.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago