unjs / giget

✨ Download templates and git repositories with pleasure!
MIT License
446 stars 37 forks source link

support `file://` protocol #109

Open Alkaidcc opened 11 months ago

Alkaidcc commented 11 months ago

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

pi0 commented 11 months ago

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 8 months ago

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!)