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
- Host: GitHub
- URL: https://github.com/diicellman/fastapi-init-cli
- Owner: diicellman
- License: mit
- Created: 2024-06-30T12:51:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-01T11:15:07.000Z (over 1 year ago)
- Last Synced: 2025-05-23T03:23:55.914Z (9 months ago)
- Topics: cli, fastapi, typer-cli
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.