kyleburton / bake

Pure bash, very lightweight scripting and build framework.
29 stars 8 forks source link

handle git@github.com:user/project.git style urls #16

Closed kyleburton closed 7 years ago

kyleburton commented 8 years ago

Currently http:// and https:// urls are supported as well as a hard-coded prefix of github.com/. It would be good to support ssh style git urls that start with git@. This will require some additional url parsing and handling but shouldn't be too much effort.

kyleburton commented 7 years ago

Good news everyone! This is now supported in 1.0.5: https://github.com/kyleburton/bake/releases/tag/1.0.5

Use bake_require_git to require files from arbitrary git repositories