tmrts / boilr

:zap: boilerplate template manager that generates files or directories from template repositories
Apache License 2.0
1.73k stars 119 forks source link

Private repos #52

Open jdoklovic opened 7 years ago

jdoklovic commented 7 years ago

This fixes #11

These changes provide support for private repos via https basic auth and/or ssh public keys. This also removes the reliance on github and allows using other repos (github, bitbucket, etc)

@tmrts DO NOT MERGE THIS... To get private repos / auth working requires upstream changes. They are as follows:

Once all of the above is complete, this PR can be merged. In the meantime, I've vendored the dependencies in the bolir project and made the above changes to get it working. Attached is a zip file of the project with the vendored dependencies. You should be able to extract and run go install to test it out.

boilr.zip

MrSaints commented 7 years ago

Any updates?

rexlv commented 6 years ago

Any progress?

jayrod commented 5 years ago

So has this been implemented yet?