fregante/ghat

Allow local sources

Open

#11 opened on Nov 10, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (9 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (264 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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