a-Osama / Gopular

CLI tool to find most popualr repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 95.0%Language:Dockerfile 5.0%