giget
giget copied to clipboard
support `file://` protocol
trafficstars
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?
Hi. Currently no giget doesn't supports this. In first next steps, you would be able to clone a local .tar.gz archive.
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!)