yeoman-wordpress
yeoman-wordpress copied to clipboard
Private Repositories
Is there any way to make the theme installation work with a private GitHub repo? I can use git clone instead, but right now the generator throws an error when it gets to the theme installation. Perhaps it could detect if the user specified a .git URL, and use git clone?
$ node -v v0.10.26 $ npm -v 1.4.4 $ yo -v 1.1.2
Running Mac OS 10.9.1
For now it's not trying to clone but always download, I guess it could be possible to do that. I probably won't have time to look into that for now, but if you feel like working on it, I'm open to PR :)
Lol I am also pretty tied up this week, but I'll let you know if I've taken a crack at it.
On Tue, Feb 25, 2014 at 10:59 AM, Romain Berger [email protected] wrote:
For now it's not trying to clone but always download, I guess it could be possible to do that.
I probably won't have time to look into that for now, but if you feel like working on it, I'm open to PR :)
Reply to this email directly or view it on GitHub: https://github.com/romainberger/yeoman-wordpress/issues/52#issuecomment-36022835