fregante / ghat

🛕 Reuse GitHub Actions workflows across repositories
https://npm.im/ghat
MIT License
264 stars 9 forks source link

Allow local sources #11

Open fregante opened 3 years ago

fregante commented 3 years ago

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