tmrts / boilr

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

Feature Request: Add private git support #11

Open magicshui opened 8 years ago

magicshui commented 8 years ago

Thanks for your work:) Will you add private git(such as gitlab EE) support to download template?

tmrts commented 8 years ago

Thanks for trying out boilr!

I'm thinking of integrating a golang implementation of git to cover use cases like the one you mentioned. Essentially, you'll be able to get the same behavior as if you were using git clone.

tmrts commented 7 years ago

In 0.3.0 boilr migrated to https://github.com/src-d/go-git, most of the work for allowing private repositories and other VCS repositories is done, only a small part is left (targeted for 0.4.0)

magicshui commented 7 years ago

cool, can't wait to have a try:) thanks for your work