EasyAbp / AbpHelper.CLI

Providing code generation and more features to help you develop applications and modules with the ABP framework.
MIT License
285 stars 95 forks source link

add multiple entities support to crud command #107

Closed RayMMond closed 4 years ago

RayMMond commented 4 years ago

crud command now support generating multiple entities. And minor refactoring for command base class.

wakuflair commented 4 years ago

I think there will be too many file changes for users. And If there's a error during generating, it's hard to figure out what's the reason.

If users do want to generate multiple entities, they can easily write a simple .bat to do that. So I think this is not necessary.

What' your opinion, @gdlcf88

gdlcf88 commented 4 years ago

In my experience, generating code for multiple entities is not a frequent need, and it is easy to be implemented by customized script.

RayMMond commented 4 years ago

scripts make sense, and I overlooked the problem of error handling, closing this now.

papyr commented 3 years ago

Hello I would like to chime in. If I was doing any enterprise app it gets cumber some with more than 20 entities

The core advantage is to script out a previous config file or json file that has all the entities setting when a new release maybe out.