/go-importers

Discover importers of golang packages

Primary LanguageGo

go-importers

Installation

go install github.com/appilon/go-importers

Usage

GITHUB_PERSONAL_TOKEN=... go-importers > report.json

# JQ can be used to filter output, e.g. if you only want projects w/ >90 stars
cat report.json | jq -r '.[] | select(.stars > 90) | .'