Skip to content

PochkaChaiki/github-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GITHUB-CLI INTRODUCTION

This CLI has functionality only to manage issues. The idea is borrowed from the task of Donovan's "The Go Programming Language"


To build this project run following in main directory:

go build .

Before using github-cli one must add github fine-grained token as env variable:

export GITHUB_TOKEN=<YOUR TOKEN>

To run github-cli:

./github-cli <command> -o <repo's owner> -r <repo name> <flags>


For CLI making is used Cobra framework.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages