DEV Community

Reaper
Reaper

Posted on

Using existing GitHub repositories as boilerplate

I didn't really take Dev.to seriously for posting stuff but I did read a lot, and I've recently started posting stuff on here and I kinda like the attention.

Similar to the above, I never promoted anything I made, I'd just make it and add it to my GitHub, let luck decide if anyone is going to use it or not.

One such tool that I made is called GitScaff, it's a simple wrapper around the git clone command but makes it a little simpler to clone repositories as templates from existing GitHub/Gitlab repositories and supports private repositories and Gitlab repository grouping so if you have boilerplate that is a private repository, you can still use this utility, because at the end of the day it is still a simple git clone

Why though?

No real reason, I was using degit for a while and then it created an issue because I couldn't use it for cloning private template repositories and it didn't support gitlab's repository grouping either so it kinda bummed me out to have to clone and then get rid of the .git folder and all which i could do with a single command using an alias (which i should have...) in Linux.

Anyways, I had time to kill so I built this to do that for me.

Top comments (0)