Skip to content

a-Osama/Gopular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gopular

CLI tool for fetching the most popular repositories written in Go.

How to use it

  1. add your GitHub token as environment variable.

    export GITHUB_TOKEN= VALUE
  2. build the binaries for your system.

    go build .
  3. Usage: ./gopular popular [flags]

    Flags:

      --p string   Programming Language (default "Go")
      --d string   Date in format of yyyy-mm-dd (default "2014-01-01")
      --c uint     Count (default 10)
    

Todo

  • Fetch the most popular repositories.
  • Filter for the programming language.
  • Get popular repositories created after specific date.
  • Control the number of fetched repositories.
  • Build the tool using cobra.

About

CLI tool to find most popualr repositories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published