CLI tool for fetching the most popular repositories written in Go.
-
add your GitHub token as environment variable.
export GITHUB_TOKEN= VALUE
-
build the binaries for your system.
go build .
-
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)
- 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.