hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
64 stars 8 forks source link

Support SSH endpoints and basic auth for HTTP endpoints #98

Closed smoores-dev closed 9 months ago

smoores-dev commented 9 months ago

At the moment, it's challenging to use private git repos as Scaffolds. This change adds two ways to do this:

The new URL tools are ported straight from go-git, and match the way they check and parse URLs.

This fixes #97.