2026-02-02 16:43:30 +08:00

19 lines
331 B
Markdown

# chongming_template_fastapi
chongming fastapi 项目脚手架
## 使用
uv 环境
```shell
uv install cookiecutter
uvx cookiecutter http://124.71.68.6:3000/chakcy/chongming_template_fastapi.git
```
python 环境
```shell
pip install cookiecutter
cookiecutter http://124.71.68.6:3000/chakcy/chongming_template_fastapi.git
```