oro-github-cli
v0.2.0
Published
Github CLI to automatize agile-management actions
Readme
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-cliOn 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 ntMethods
New task ogh nt
# verbose
$> ogh new-task
# alias
$> ogh nt