GitXplorerGitXplorer
s

js-universe

public
20 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
235c2638042154f27d26ffda354695ae7ed5d3e0

Merge pull request #3 from dylans/patch-2

sslightlyoff committed 12 years ago
Unverified
6cec2a85efcbccd759854eb9a552a1c0bd908338

Update js-universe.dot

ddylans committed 12 years ago
Unverified
661e13357773288544478bac42e54cbed7531d80

Added Nicholas C. Zakas.

eeaenet committed 12 years ago
Unverified
18cd19c71977b7d932aee82766a60583d3d39b46

adding Kelly Norton

sslightlyoff committed 12 years ago
Unverified
478c11d319447cb293ab00755871dc32e49cd0c0

Adding GWT

sslightlyoff committed 12 years ago
Unverified
a4e6cf25e19a4c64c301ada44fa32414c2277ada

Attempt to add GWT, needs more

sslightlyoff committed 12 years ago

README

The README file for this repository.

js-universe

A place to map the observable JavaScript hackers working today and yesterday.

Building/Contributing

You'll need to install GraphViz to re-generate the PDF/PNG files from the dot file. On a Mac, try:

$ brew install graphviz

To regenerate the output either use the Makefile:

$ make

or run dot directly:

$ dot -Tpng js-universe.dot -o js-universe.png
$ dot -Tpdf js-universe.dot -o js-universe.pdf