An open API service indexing awesome lists of open source software.

https://github.com/diicellman/fastapi-init-cli

FastAPI init cli command
https://github.com/diicellman/fastapi-init-cli

cli fastapi typer-cli

Last synced: 9 months ago
JSON representation

FastAPI init cli command

Awesome Lists containing this project

README

          

# fastapi-init-cli
A command-line interface tool for initializing FastAPI projects.

## Installation

```bash
pip install git+https://github.com/diicellman/fastapi-init-cli.git
```

## Usage

To create a new FastAPI project:

```bash
fastapi-cli --name [PROJECT_NAME]
```

## Development

1. Clone the repository
2. Install dependencies:
```
poetry install
```
3. Run tests:
```
poetry run pytest
```

## License

This project is licensed under the MIT License - see the LICENSE file for details.