1.0.13 • Published 5 years ago

gccl v1.0.13

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

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago