Parses a starter link into a fetch descriptor.
Supported: github:owner/repo(#ref), any *.git / git@ / git+ URL, npm:<pkg>, a bare npm package name (@scope/x, x), or a local path (./x, /x).
github:owner/repo(#ref)
*.git
git@
git+
npm:<pkg>
@scope/x
x
./x
/x
The starter link.
The parsed descriptor.
Parses a starter link into a fetch descriptor.
Supported:
github:owner/repo(#ref), any*.git/git@/git+URL,npm:<pkg>, a bare npm package name (@scope/x,x), or a local path (./x,/x).