15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"name": "easy-commit",
|
|
"description": "A plugin to help you write better git commit messages",
|
|
"version": "0.0.1",
|
|
"author": {
|
|
"name": "Steven Wu",
|
|
"email": "steven@feedmob.com"
|
|
},
|
|
"commands": [
|
|
"./commands/smart-commit.md"
|
|
],
|
|
"hooks": [
|
|
"./hooks/hooks.json"
|
|
]
|
|
} |