CQRS-CLI
Installation
Intstall globally to use CLI
npm i mediatr-cqrs-cli -g
How to use
Create command
cqrs-cli create-command <name> <commandPath>
Create query
cqrs-cli create-query <name> <queryPath>
Create service
create-service <name> <implmentaionPath> <interfacePath>