Lots of nodejs projects? Lots of shared deps? Lots of package.json's?
Want a way to get all of them and get all of the various versions?
Run this tool.
GITHUB_USER=<your username> GITHUB_TOKEN=<api token> GITHUB_ORG=<org to pull all the repos> sparkle [package name]
If you leave out the [package name] portion it will retreive any thing with a package.json in it and print everything out else if you do provide a [package name] then it will only print out that portion.
Make sure the token has org access and repo access and that should just about do it.
... sparkle async
async:
1.5.1:
- super-fresh-async-project
0.9.2:
- vintage-async-project
1.2.1:
- middle-child-project
GITHUB_USER=<your username> GITHUB_TOKEN=<api token> GITHUB_ORG=<org to pull all the repos> sparkle -server
Then navigate to localhost:8000 and click to your hearts content!