git-extras
git-extras copied to clipboard
git-from: create a new repo based on a template repo
Suggesting git-from from https://github.com/ET-CS/git-from
git-from is an extension of git clone, allowing to create a new repo based on a template repo.
Usage
git from <repo> <dir>
git-from will look for a .git-from file in the template repo and it will be runned once and deleted. <dir> will be passed to it as a param.
@ET-CS are you the copyright holder on the original repo, and consent to the License change from Apache to MIT?
@jldugger Yes, I am the copyright holder on the original repo and consent to the License change from Apache to MIT.