Command-line utilities for GitHub
npm i -g amo-ugh
This utility depends on hub, which must also be installed.
Command-specific configuration is defined in an ~/.amo-ugh
JSON file located in the user's home directory.
ugh <command>
Create a <base>...<head>
pull request across repositories with the specified <message>
where <template>
references a configuration property, i.e.
{
"pull-request": {
"my-template": {
"defaults": {
"assign": "namoscato",
"labels": "automation"
},
"repos": [
"~/dev/git/ugh"
]
}
}
}
See hub-pull-request