Metadata-Version: 2.4
Name: create-backend
Version: 0.1.4
Summary: CLI tool to scaffold FastAPI backend projects
Author-email: Akshat Sharma <akshat@example.com>
License: MIT
Project-URL: Homepage, https://github.com/akshat231
Project-URL: Repository, https://github.com/akshat231/Python-Boilerplate-Backend
Keywords: fastapi,cli,boilerplate,scaffolding
Description-Content-Type: text/markdown

# Create Backend CLI

`create-backend` is a Python CLI tool to quickly scaffold a FastAPI backend boilerplate.

## Installation

### Using pip

```bash
pip install create-backend
```

### Using pipx

```bash
pipx install create-backend
```

### Usage

```bash
create-backend <project-name>
```

### Example

```bash
create-backend my-service
```

## Optional: Development

Clone the repo and install dependencies:

```bash
git clone <repo-url>
cd python-backend
```

### License

MIT License



