Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 707 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 707 Bytes

gomodstarguard

** under development - do not use in prod **

heavily inspired by gomodguard

A golang linter that checks dependencies from github for their stars and warns if they are below a certain threshold.

# .gomodstarguard.yml
warn: 10
error: 5
exeptions:
  - repository: github.com/harmoniemand/gomodstars
    reason: sadly this repo does not have that many stars yet

install

go install github.com/harmoniemand/gomodstarguard/cmd/gomodstarguard

usage

gomodstarguard

RoadMap

  • add tests
  • add CI
  • use github api to get stars
  • check if url redirects to github and also check this repos