appilon / go-importers

Discover importers of golang packages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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) | .'

About

Discover importers of golang packages


Languages

Language:Go 100.0%