Skip to content

dizveloper/dizgit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

DizGit

DizGit CLI tool for getting latest GitHub Repository Releases and/or latest Pull Requests

Go standard library has a flag pkg that makes building CLIs pretty painless, and was used here.

Prereqs:

Building Executable:

From within this directory run go build dizgit.go, and it should create the dizgit executable. Optionally, you can move the executable to /usr/local/bin to make it available outside of this directory.

Usage:

Get 3 Latest Releases:

dizgit --repo https://github.com/user/repo.git --releases

Get 3 Latest Pull Requests:

dizgit --repo https://github.com/user/repo.git --pullrequests

Get 3 Latest Releases and Pull Requests:

dizgit --repo https://github.com/user/repo.git --releases --pullrequests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages