https://github.com/saadmdsabah/fastapi-initializr
A modern CLI tool that instantly scaffolds production-ready FastAPI project structures with best practices, interactive prompts, and customizable templates.
https://github.com/saadmdsabah/fastapi-initializr
cli-tool fastapi pypi python
Last synced: 3 months ago
JSON representation
A modern CLI tool that instantly scaffolds production-ready FastAPI project structures with best practices, interactive prompts, and customizable templates.
- Host: GitHub
- URL: https://github.com/saadmdsabah/fastapi-initializr
- Owner: saadmdsabah
- Created: 2025-11-04T18:08:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-06T08:57:56.000Z (8 months ago)
- Last Synced: 2025-12-16T19:04:19.040Z (6 months ago)
- Topics: cli-tool, fastapi, pypi, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚡ fastapi-initializr
[](https://pypi.org/project/fastapi-initializr/)
[](https://pypi.org/project/fastapi-initializr/)
[](LICENSE)
> A modern CLI tool that instantly scaffolds **production-ready FastAPI** project structures with best practices, interactive prompts, and customizable templates.
---
## Overview
`fastapi-initializr` helps you bootstrap **FastAPI** projects in seconds — similar to how `create-react-app` or `spring initializr` works.
It provides a simple, interactive CLI that sets up a clean, well-structured FastAPI project with everything you need to start coding right away.
---
## Features
✅ Interactive CLI prompts using [Questionary](https://github.com/tmbo/questionary)
✅ Beautiful, colorized terminal experience with [Colorama](https://pypi.org/project/colorama/)
✅ Built-in spinner and progress indicators with [Yaspin](https://pypi.org/project/yaspin/)
✅ Instantly generates recommended folder structures for **FastAPI**
✅ Cross-platform — works on Linux, macOS, and Windows
---
## 📦 Installation
You can install it globally using **pip**:
```bash
pip install fastapi-initializr