Created
August 6, 2015 18:38
-
-
Save srl295/b5cfbb0d700179a30744 to your computer and use it in GitHub Desktop.
Node WG interaction
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
graph wg { | |
build -- docker [color=green]; | |
build -- website [color=green]; | |
build -- tsc [color=green]; | |
build -- smoketest; | |
build -- lts [color=green]; | |
build -- native; | |
build -- documentation; | |
build -- benchmarking; | |
build -- hardware [color=red]; | |
hardware -- native [color=red]; | |
diversity -- evangelism; | |
diversity -- documentation; | |
documentation -- postmortem; | |
native -- api; | |
lts -- tsc [color=red]; | |
native -- lts; | |
lts -- smoketest; | |
tsc -- streams; | |
benchmarking -- tracing; | |
evangelism -- website; | |
intl -- tsc; | |
intl -- locales; | |
website -- locales; | |
locales -- languagegroups; | |
}; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment