1.0.1 • Published 4 years ago

amo-ugh v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

1.0.1

4 years ago

1.0.0

4 years ago

0.3.5

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago