dotnetcore / SmartCode

SmartCode = IDataSource -> IBuildTask -> IOutput => Build Everything!!!
Apache License 2.0
573 stars 163 forks source link

建议为 Output 的文件名增加 Converter 选项 #35

Open beginor opened 5 years ago

beginor commented 5 years ago

如题, 建议为 Output 的文件名增加 Converter 设置。

比如数据库表名为 app_user , 在生成前端 ts 代码时, 需要保存为 app-user.model.ts , 可以更好的遵循前端开发的代码规范。