Skip to content

A small cli utility to use any GitHub repo as a template for your project.

Notifications You must be signed in to change notification settings

bmorrisondev/templify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Templify

A small CLI utility to use any GitHub repo as a template for your project.

How to Use

Simply call the executable with the URL of the repository you want to use as a template and the tool will download the latest version of the main branch into the working directory and initialize it as a new repository.

templify.exe https://github.com/bmorrisondev/faunaservice

You can optionally specify a different branch or directory as well.

# This will create a folder called 'some-output-folder' with the contents of the source repo, specifically the 'dev' branch
templify -branch=dev -out=some-output-folder https://github.com/bmorrisondev/faunaservice

Contributing

To contribute, follow standard GitHub contribution guidelines:

  1. Fork the repo
  2. Make changes
  3. Create a pull request.
  4. ???
  5. Profit! (Not really...)

Support

If you have questions, the best way to contact me is through my Discord, fullstack.chat

Disclaimer

This project is still under development and should be used at your own risk. No contributors of this project may be held liable for any issues it may cause.

About

A small cli utility to use any GitHub repo as a template for your project.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages