https://github.com/fastapi-practices/fastapi-ccli
fastapi 项目克隆命令行工具
https://github.com/fastapi-practices/fastapi-ccli
fastapi typer
Last synced: 12 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T01:02:32.000Z (over 1 year ago)
- Last Synced: 2024-12-27T14:04:25.105Z (about 1 year ago)
- Topics: fastapi, typer
- Language: Python
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
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
```