Created
June 17, 2015 23:24
-
-
Save garlicnation/3b10003d9e2ac492170c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* 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