Temp Clone is a command-line interface (CLI) tool to automate the creation of new projects from GitHub templates. This tool helps streamline the setup process for new projects by cloning from predefined templates.
- Configure GitHub access token and user nickname.
- List available templates from a specified GitHub user or organization.
- Create a new project repository from a selected template.
- Automatically clone the newly created repository.
You can install tempclone
using pip
:
pip install tempclone