11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"name": "commit-commands",
|
|
"description": "Streamline your git workflow with simple commands for committing, pushing, and creating pull requests",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "ShintaroaSuzuki"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |