Skip to content

louiskhenghao/nestjs-typed-cqrs

Repository files navigation

nestjs-typed-cqrs

NestJs provides a lightweight CQRS (https://docs.nestjs.com/recipes/cqrs) module.

But we have taken it a step further by implementing coding practices that utilize TypedCqrs alongside CQRS. This enhances the developer experience by allowing them to focus on writing business logic while reducing the likelihood of errors.

Getting Started

# with Yarn
yarn add nestjs-typed-cqrs  -D

# with NPM
npm install -d nestjs-typed-cqrs 

Guide

  1. Query Guide
  2. Command Guide

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published