跳到主要内容

初始化项目

危险

该功能尚未实现

可以使用cli命令来初始化项目

pepperbot init --name=hello_world  --template=default
- hello_world
- src
- commands
- __init__.py
- example_command.py
- handlers
- __init__.py
- example_handler.py
- main.py
- .env
- .gitignore
- pyproject.toml
- README.md

如果没有安装pdm,可以使用pip来安装

pip install pdm

然后使用pdm来安装依赖

pdm install