# code-template-tools **Repository Path**: visonforcoding/code-template-tools ## Basic Information - **Project Name**: code-template-tools - **Description**: 代码生成工具箱 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-30 - **Last Updated**: 2023-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ddl代码生成工具 当前仅支持生成java对象 ## 安装 ``` pip install DdlGeneric ``` ## ddl2Pojo 使用 ``` DdlGeneric kaquan_user_dicount.sql ``` - 默认会打印结果内容到当前终端窗口 - 如果想要保存到文件,可以使用参数`--ddl_file` ## 未来规划 -[] 支持自定义默认文件生成代码