unjs/giget

support `file://` protocol

Alkaidcc opened this issue · 2 comments

Describe the feature

If I already have a template project locally, can I get a new project by copying the template?
Does giget support it?

Additional information

  • Would you be willing to help implement this feature?
pi0 commented

Hi. Currently no giget doesn't supports this. In first next steps, you would be able to clone a local .tar.gz archive.

pi0 commented

Support for https landed with #129. For this, we need something almost similar to support file:// protocol provider and instead of fetching, using filesystem read. (PR welcome!)