Merge branch 'develop' of github.com:Chocobozzz/PeerTube into develop
[oweals/peertube.git] / scripts / generate-code-contributors.sh
1 #!/usr/bin/env bash
2
3 curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
4   jq -r 'map("\\\n * [" + .login + "](" + .url + ")") | .[]' | \
5   xargs echo | sed 's/api.github.com\/users/github.com/g'