13 lines
334 B
JSON
13 lines
334 B
JSON
{
|
|
"name": "git",
|
|
"description": "Git workflow automation tool with git-flow style commits, branch management, and automatic push.",
|
|
"version": "1.1.0",
|
|
"author": {
|
|
"name": "Kazuki Hashimoto",
|
|
"email": "setouchi.develop@gmail.com"
|
|
},
|
|
"commands": [
|
|
"./commands/commit.md",
|
|
"./commands/create-branch.md"
|
|
]
|
|
} |