Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Created June 17, 2015 23:24
Show Gist options
  • Save garlicnation/3b10003d9e2ac492170c to your computer and use it in GitHub Desktop.
Save garlicnation/3b10003d9e2ac492170c to your computer and use it in GitHub Desktop.
/**
* Resolves a package.
* @param {string} pkg A bower-like repository description, github repo, or other git url
* @return {Array.<{{folder:string, repository:}}>} A list of packages and URLs to add to the workspace.
*/
resolve: function(pkg) {
// Install the package to a tempdir, return a
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment