amo-ugh

1.0.1 • Public • Published

ugh Actions Status

Command-line utilities for GitHub

Installation

npm i -g amo-ugh

Dependencies

This utility depends on hub, which must also be installed.

Configuration

Command-specific configuration is defined in an ~/.amo-ugh JSON file located in the user's home directory.

Usage

ugh <command>

Commands

pull-request [--base <base>] <template> <head> <message>

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

Readme

Keywords

none

Package Sidebar

Install

npm i amo-ugh

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

9.84 kB

Total Files

5

Last publish

Collaborators

  • namoscato