ExGHPR

Build Status

ghpr command to work with GitHub Pull Request.

Inspired by github/hub CLI. Written in Elixir.

Features

Installation

  1. Require Git (1.8+)
  2. Install Erlang and Elixir
    • Personally recommend asdf with asdf-erlang/asdf-elixir
    • If you install via compiled binary, the only dependency is Erlang
    • If you want to build by yourself, Elixir and mix required
  3. Install by either:
    • mix
      • Commands:
      $ mix escript.install hex ex_ghpr
      • Installed binary should be ~/.mix/escripts/ghpr
      • Add ~/.mix/escripts to your PATH env var (default escript installation path from Elixir 1.3)
    • downloading compiled binary from here

Usage

$ ghpr

This will do:

Sub-commands and options

Configuration

License

BSD-3-Clause