This tool allows you to see which repositories in a GitHub org are missing a Code of Conduct.
First, download the package:
go get github.com/jamiehannaford/coc-finder
Then build it:
go build
Then run it:
› ./coc-finder
GitHub auth token:
GitHub org:
You will be prompted for an auth token and the org you wish to search.
Although providing a token is optional, it's recommended to avoid rate limiting. For more information on how to generate auth tokens, see GitHub's docs.
If your project is missing one, consider using the Contributor Covenant.