Git issues extension to list issues of a Git project
npm install git-issues$ git-issues 
> Git issues extension to list issues of a Git project
You can install the package globally and use it as command line tool:
``sh`
$ npm i -g git-issues
Then, run git-issues --help and see what the CLI tool can do.
`
$ git-issues --help
Usage: git-issues [options]
Options:
-u, --user
-p, --password
-r, --repo
-s, --status
-l, --label
Examples:
git-issues # No authentification for public repositories
git-issues -u your-username -p 'your-password'
git-issues -r ../another-repository
git-issues -s 'closed'
git-issues -l enhancement,bug
Documentation can be found at https://github.com/SoftwareScales/git-issues
`
For full API reference, see the [DOCUMENTATION.md][docs] file.
- git-egylet` (by kzhunbp)—Use git more easier
[MIT][license] © [Gabriel Petrovay][website]
[license]: http://showalicense.com/?fullname=Gabriel%20Petrovay%20%3Cgabipetrovay%40gmail.com%3E&year=2013#license-mit
[website]:
[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md