Metadata-Version: 2.1
Name: oliver-codegen
Version: 0.1.2
Summary: 项目代码框架快速生成脚手架
Author: oliver
Author-email: lifefossil@outlook.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: gitpython (>=3.1.42,<4.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Description-Content-Type: text/markdown

# codegen 
codegen 是一款快速构建项目代码框架的工具.

## 安装
```bash
$ pipx install oliver-codegen
```

## 使用
### 新建 python 项目
```bash
$ codegen create your_project_name -t python
```

## 卸载软件
```bash
$ pipx uninstall oliver-codegen
```
