Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hello, everyone, I create a code generator for this CleanArchitecture project #232

Open
neozhu opened this issue Aug 18, 2021 · 0 comments

Comments

@neozhu
Copy link

neozhu commented Aug 18, 2021

cool!

https://github.com/neozhu/CleanArchitectureCodeGenerator

Easily create following application features code
{nameofPlural}/Commands/AddEdit/AddEdit{name}Command.cs
{nameofPlural}/Commands/AddEdit/AddEdit{name}CommandValidator.cs
{nameofPlural}/Commands/Create/Create{name}Command.cs
{nameofPlural}/Commands/Create/Create{name}CommandValidator.cs
{nameofPlural}/Commands/Delete/Delete{name}Command.cs
{nameofPlural}/Commands/Delete/Delete{name}CommandValidator.cs
{nameofPlural}/Commands/Update/Update{name}Command.cs
{nameofPlural}/Commands/Update/Update{name}CommandValidator.cs
{nameofPlural}/Commands/Import/Import{name}Command.cs
{nameofPlural}/Commands/Import/Import{name}CommandValidator.cs
{nameofPlural}/DTOs/{name}Dto.cs
{nameofPlural}/EventHandlers/{name}CreatedEventHandler.cs
{nameofPlural}/EventHandlers/{name}UpdatedEventHandler.cs
{nameofPlural}/EventHandlers/{name}DeletedEventHandler.cs
{nameofPlural}/Queries/Export/Export{nameofPlural}Query.cs
{nameofPlural}/Queries/GetAll/GetAll{nameofPlural}Query.cs
{nameofPlural}/Queries/Pagination/{nameofPlural}PaginationQuery.cs

It is still in the beginning, and I hope more excellent people will join in the development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant