12 lines
274 B
JSON
12 lines
274 B
JSON
{
|
||
"name": "git",
|
||
"description": "Git操作を支援するコマンド集(ブランチ作成、コミット作成)",
|
||
"version": "1.0.0",
|
||
"author": {
|
||
"name": "korosuke613",
|
||
"url": "https://github.com/korosuke613"
|
||
},
|
||
"commands": [
|
||
"./commands"
|
||
]
|
||
} |