@blen/create-fastapi-app
v1.1.0
Published
Create a FastAPI project with proper tooling in seconds
Downloads
20
Readme
create-fastapi-app
Scaffold a FastAPI project with modern tooling in seconds.
npx @blen/create-fastapi-app my-apiWhat you get
- FastAPI with uvicorn
- Modern Python packaging with
uv - Testing setup (pytest)
- Linting & formatting (ruff, black)
- Type checking (mypy)
- Environment configuration (.env)
Requirements
- uv - Fast Python package manager
- Node.js 14+
Usage
# npm
npx @blen/create-fastapi-app my-api
# bun
bunx @blen/create-fastapi-app my-api
# pnpm
pnpm create @blen/fastapi-app my-apiThen:
cd my-api
uv run fastapi devYour API is now running at http://localhost:8000
License
MIT
