We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: