19 lines
331 B
Markdown
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
|
|
``` |