Skip to content

mgm702/gitinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitinfo

Build Status

gitinfo is a simple, and fast package for getting information on your favorite Github Repositories. The goal was to create a simple CLI tool that any developer could use to retrieve various parts of info related to the Github Repository they searched for.

Installation:

Make sure you have a working Go environment. Go version 1.2+ is supported. See the install instructions for Go.

To install gitinfo, simply run:

$ go get github.com/mgm702/gitinfo

Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used:

export PATH=$PATH:$GOPATH/bin

Commands:

Now you should be able to use the following commands in order to gather specific info you desire:

     url, u          Prints the Urls of a project
     issues, i       Issues of a project
     stars, s        Stars of a project
     forks, f        Forks for a project
     size, k         Size of a project
     description, d  Description of a project
     help, h         Shows a list of commands or help for one command

Global Options:

   --help, -h     show help
   --version, -v  print the version

About

CLI created to help retrieve Github Repo info

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages