Metadata-Version: 2.1
Name: tempclone
Version: 1.0.2
Summary: CLI to automate the creation of new projects from GitHub templates
Home-page: https://github.com/yourusername/tempclone
Author: Matheus
Author-email: matheusmlfg@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Temp Clone

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.

## Features

- 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.

## Installation

You can install `tempclone` using `pip`:

```bash
pip install tempclone


