A command-line interface tool for initializing FastAPI projects.
pip install git+https://github.com/diicellman/fastapi-init-cli.git
To create a new FastAPI project:
fastapi-cli --name [PROJECT_NAME]
- Clone the repository
- Install dependencies:
poetry install
- Run tests:
poetry run pytest
This project is licensed under the MIT License - see the LICENSE file for details.