Skip to content

oropesa/oro-github-cli

Repository files navigation

Oro Github CLI / OGH


Overview

Oro GitHub CLI is a tool that connects to GitHub to automate tasks related to agile management, such as creating issues with a merge request and their corresponding metadata all togheter.


Installation

npm install -g oro-github-cli

On Linux

Currently, this library uses libsecret so you may need to install it before running npm install.

Depending on your distribution, you will need to run the following command:

  • Debian/Ubuntu: sudo apt-get install libsecret-1-dev.
  • Red Hat-based: sudo yum install libsecret-devel.
  • Arch Linux: sudo pacman -S libsecret.

Example:

# verbose
$> ogh new-task

# alias
$> ogh nt

Methods



New task ogh nt

# verbose
$> ogh new-task

# alias
$> ogh nt

About

Github CLI to automatize agile-management actions

Resources

License

Stars

Watchers

Forks

Packages

No packages published