# codegen **Repository Path**: godcheese/codegen ## Basic Information - **Project Name**: codegen - **Description**: Rust 实现的代码生成器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Codegen > 基于 Rust 实现的代码生成器 [![Release](https://github.com/godcheese/codegen/actions/workflows/release.yml/badge.svg?event=push)](https://github.com/godcheese/codegen/releases) ## 起步 Getting started ```bash # help ./codegen --help # generate some code ./codegen --databases=test-db,test-db2 --tables=test-tb,test-db2 # generate all code ./codegen --databases=* --tables=* ``` ## 特性 Features ## 反馈 Feedback [Issues](https://github.com/godcheese/codegen/issues) ## 捐赠 Donation 如果此项目对你有所帮助,不妨请我喝咖啡。 If you find this project useful, you can buy us a cup of coffee. [Paypal Me](https://www.paypal.me/godcheese) ## 协议 License [MIT License](https://github.com/godcheese/codegen/blob/main/LICENSE) Copyright (c) 2023 godcheese