12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"name": "workflow",
|
|
"description": "Workflow automation commands for Git operations with conventional commits formatting for pull requests",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Scott",
|
|
"email": "scott.jungling@gmail.com"
|
|
},
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |