https://github.com/fastapi-practices/fastapi-ccli
fastapi 项目克隆命令行工具
https://github.com/fastapi-practices/fastapi-ccli
fastapi typer
Last synced: about 2 months ago
JSON representation
fastapi 项目克隆命令行工具
- Host: GitHub
- URL: https://github.com/fastapi-practices/fastapi-ccli
- Owner: fastapi-practices
- License: mit
- Created: 2022-06-19T16:43:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-05T21:45:02.000Z (5 months ago)
- Last Synced: 2026-01-13T16:43:36.156Z (3 months ago)
- Topics: fastapi, typer
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Project Clone CLI
> 此程序使用 [Typer](https://typer.tiangolo.com/) 创建
## 使用
pip 安装:
```shell
pip install fastapi-ccli
```
查看使用帮助
```shell
fastapi-ccli --help
```