fregante/ghat

Allow local sources

Offen

#11 geöffnet am 10.11.2020

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (9 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (264 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

ghat is currently build around degit, which only supports remote URLs.

Having it also support local paths would be useful, e.g.:

npx ghat /Users/fregante/Web/projects-modules/ghatemplates

The easy way to support this would be with absolute paths (starting with / or C:)

Contributor Guide