jondot / hygen-add

hygen-add is one of the tools in the Hygen toolbelt which allows you to add pre-made generator packages to your project.
MIT License
14 stars 4 forks source link

Added support for private git repositories using ssh. #2

Closed oysmal closed 6 years ago

oysmal commented 6 years ago

I noticed that i could not use hygen-add with our company's private bitbucket repositories. hygen-add did not register git+ssh://git@bitbucket.org:/xxx/repository as an URL. By changing the regex testing for isUrl, this problem is solved.

oysmal commented 6 years ago

Edit: The project had not been built properly. Tested now and it works with the new "Rebuild" commit.

jondot commented 6 years ago

Amazing! thanks!

oysmal commented 6 years ago

No problem! It is a nice tool :) Could I trouble you to re-publish to NPM? The repository version is stuck at 1.0.5.

jondot commented 6 years ago

Hmm in fact I immediately did. Looks like the CI pipeline didn’t publish, thanks for letting me know!