You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This encapsulates the logic used in `npm repo`
Per Slack discussion. Once this is published and updated in the cli,
I'll happily adapt the `npm repo` code to use this method.
The method will either return a HGI instance, a string URL, or `null`.
**manifest* is a package manifest, such as that returned by [`pacote.manifest()`](https://npmjs.com/pacote)
65
+
**options* is an optional object. It can have the same properties as `fromUrl` above.
66
+
62
67
## Methods
63
68
64
69
All of the methods take the same options as the `fromUrl` factory. Options
0 commit comments