]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/generate-code-contributors.sh
Update code contributors list
[github/Chocobozzz/PeerTube.git] / scripts / generate-code-contributors.sh
CommitLineData
86acad02
C
1#!/usr/bin/env bash
2
3curl -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'