Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Created March 9, 2013 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save juliangruber/5124503 to your computer and use it in GitHub Desktop.
Save juliangruber/5124503 to your computer and use it in GitHub Desktop.
installall api idea
installall('levelup', __dirname, function (err, paths) {
if (err) throw err;
console.log(paths);
});
/*
{
"0.7.0": "/levelup/0.7.0",
"0.6.0": "/levelup/0.6.0"
}
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment