Pyinit
用于自动初始化包结构。
{{module_name}}
├── LICENSEz
├── README.md
├── conf.py
├── docs
├── {{modue_name}}
├── setup.py
└── test
· 基于命令行
· 使用简单
· 使用Kenneth Reitz推荐的方案
pip install pyinit
在终端中运行 pyinit create
, 填写一些信息即可根据�信息自动生成。
- 自定义模板
- git cli 集成
- Issue Tracker: https://github.com/YoRolling/pyinit/issues
- Source Code: https://github.com/YoRolling/pyinit
The project is licensed under the MIT license.