Skip to content

Instantly share code, notes, and snippets.

@srl295
Created August 6, 2015 18:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srl295/b5cfbb0d700179a30744 to your computer and use it in GitHub Desktop.
Save srl295/b5cfbb0d700179a30744 to your computer and use it in GitHub Desktop.
Node WG interaction
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