Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateodelnorte/meta-gh
gh command plugin for meta
https://github.com/mateodelnorte/meta-gh
gh git github meta productivity repository
Last synced: 3 months ago
JSON representation
gh command plugin for meta
- Host: GitHub
- URL: https://github.com/mateodelnorte/meta-gh
- Owner: mateodelnorte
- License: mit
- Created: 2017-03-29T17:32:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T19:17:17.000Z (6 months ago)
- Last Synced: 2024-04-24T13:17:32.499Z (6 months ago)
- Topics: gh, git, github, meta, productivity, repository
- Language: JavaScript
- Size: 210 KB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![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 --helpUsage: 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
```