DEV Community

Reaper
Reaper

Posted on

1 1

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.

Image of Docusign

πŸ› οΈ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

Top comments (0)

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay