Skip to content

Instantly share code, notes, and snippets.

@ozbillwang
Last active October 9, 2017 10:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ozbillwang/52c3e078f74d66420d3252a68c948ec0 to your computer and use it in GitHub Desktop.
Save ozbillwang/52c3e078f74d66420d3252a68c948ec0 to your computer and use it in GitHub Desktop.
list contributors
curl -k https://api.github.com/repos/<user>/<repo>/contributors |jq '.[].login'

Generate CONTRIBUTING.md:

curl -k https://api.github.com/repos/<user>/<repo>/contributors |jq -r '.[].login' >  CONTRIBUTING.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment