commiter-cli
Version:
A CLI tool to standardize and translate Git commit messages
42 lines • 1.13 kB
JSON
{
"addFilesToGitOnCommit": {
"description": "Automatically add files to your git project",
"choices":[
{
"name": "activated (default)",
"value": "activated"
},
{
"name": "disabled",
"value": "disabled"
}
],
"options": ["activated", "disabled"]
},
"commitMessageLanguage": {
"description": "Language the commit will be translated into",
"choices":[
{
"name": "english (default)",
"value": "en"
},
{
"name": "portuguese",
"value": "pt-BR"
}
]
},
"commitPatterns": {
"description": "Commit pattern that will be followed",
"choices":[
{
"name": "international (default)",
"value": "international"
},
{
"name": "iuricode",
"value": "iuricode"
}
]
}
}