]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - scripts/generate-code-contributors.sh
Improve create transcoding jobs tests
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.sh
... / ...
CommitLineData
1#!/bin/sh
2
3set -eu
4
5curl -s https://api.github.com/repos/chocobozzz/peertube/contributors | \
6 jq -r 'map(" * [" + .login + "](" + .url + ")") | .[]' | \
7 sed 's/api.github.com\/users/github.com/g'