1. git-issues
Git issues extension to list issues of a Git project
git-issues
Package: git-issues
Created by: softwarescales
Last modified: Sat, 18 Jun 2022 08:30:27 GMT
Version: 1.3.1
License: MIT
Downloads: 254
Repository: https://github.com/softwarescales/git-issues

Install

npm install git-issues
yarn add git-issues

$ git-issues

Version Downloads

Git issues extension to list issues of a Git project

:cloud: Installation

You can install the package globally and use it as command line tool:

 $ 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 <username>      The provider username.
  -p, --password <password>  The provider password or token.
  -r, --repo <path>          The path to the repository.
  -s, --status <status>      The status of the issue.
  -l, --label <label>        The label(s) to search for.
  -h, --help                 Displays this help.
  -v, --version              Displays version information.

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

:memo: Documentation

For full API reference, see the [DOCUMENTATION.md][docs] file.

:yum: How to contribute

Have an idea? Found a bug? See [how to contribute][contributing].

:dizzy: Where is this library used?

If you are using this library in one of your projects, add it in this list. :sparkles:

:scroll: License

MIT © [Gabriel Petrovay][website]

[website]:
[contributing]: /CONTRIBUTING.md
[docs]: /DOCUMENTATION.md

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code