[![Build Status](https://travis-ci.com/mateodelnorte/meta-gh.svg?branch=master)](https://travis-ci.com/mateodelnorte/meta-gh)

# meta-gh
gh plugin for [meta](https://github.com/mateodelnorte/meta)

The [`gh`](https://github.com/node-gh/gh) tool needs to be present in your path

```
npm install -g gh
```

## Usage

```
➜  ./bin/meta-gh --help

  Usage: meta-gh [options] [command]


  Commands:

    issue          Provides a set of util commands to work with Issues
    milestone      Provides a set of util commands to work with Milestones
    pull-request   Provides a set of util commands to work with Pull Requests
    repo           Provides a set of util commands to work with Repositories
    help [cmd]     display help for [cmd]

  Options:

    -h, --help  output usage information
```
