Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/aio/scripts/contributors/generate_org_chart.sh

8 lines
240 B
Bash
Raw Normal View History

docs: cleanup contributors (#28930) - remove individuals from @angular/* package.json, we don't keep them up-to-date - switch keys in contributors.json to GitHub handles, seems like a better identifier and lets us grab avatar images from GitHub account - move emeritus ppl to a new Alumni group (won't yet appear on the site) - add "lead/mentor" keys so we know who is coordinating work - add a script that generates an "org chart" graphic PR Close #28930
2019-02-22 11:16:21 -08:00
#!/usr/bin/env bash
(
cd $(dirname $0)
echo "digraph {"
docs(aio): add missing mentors for collaborators (#29142) Also improve the presentation of the org chart PR Close #29142
2019-04-10 16:06:22 -07:00
echo "rankdir=RL; splines=ortho; node [shape=box];"
docs: cleanup contributors (#28930) - remove individuals from @angular/* package.json, we don't keep them up-to-date - switch keys in contributors.json to GitHub handles, seems like a better identifier and lets us grab avatar images from GitHub account - move emeritus ppl to a new Alumni group (won't yet appear on the site) - add "lead/mentor" keys so we know who is coordinating work - add a script that generates an "org chart" graphic PR Close #28930
2019-02-22 11:16:21 -08:00
jq -f org_chart.jq --raw-output < ../../content/marketing/contributors.json
echo "}"
) | dot -Tpng > org.png
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 99ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API