setup-commitlint-husky-automator
Version:
Um pacote CLI para automatizar a configuração do Husky e Commitlint (hook commit-msg) em projetos.
33 lines (32 loc) • 628 B
JSON
{
"name": "setup-commitlint-husky-automator",
"version": "1.0.0",
"description": "Um pacote CLI para automatizar a configuração do Husky e Commitlint (hook commit-msg) em projetos.",
"main": "index.js",
"bin": {
"setup-commitlint-husky": "./bin/setup.sh"
},
"keywords": [
"husky",
"commitlint",
"git-hooks",
"automation",
"cli",
"setup",
"commit-messages"
],
"author": "Jeiel Miranda",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"files": [
"bin/",
"index.js",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
}
}