# nestjs-typed-cqrs

> Typed CQRS for NestJs

Latest version **0.0.1** (published 2024-01-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install nestjs-typed-cqrs
pnpm add nestjs-typed-cqrs
yarn add nestjs-typed-cqrs
bun add nestjs-typed-cqrs
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2024-01-16 |
| First published | 2023-07-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 19.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Louis Loo |
| Maintainers | louiskhenghao |
| Keywords | nestjs, cqrs, typescript, utility |

## Links

- npm: https://www.npmjs.com/package/nestjs-typed-cqrs
- Homepage: https://github.com/louiskhenghao/nestjs-typed-cqrs#readme
- npm.io page: https://npm.io/package/nestjs-typed-cqrs

## Dependencies (3)

- [@nestjs/cqrs](https://npm.io/package/@nestjs/cqrs.md) ^10.2.6
- [@ptc-org/nestjs-query-core](https://npm.io/package/@ptc-org/nestjs-query-core.md) ^4.4.0
- [@nestjs-architects/typed-cqrs](https://npm.io/package/@nestjs-architects/typed-cqrs.md) ^1.1.2-alpha.0

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2024-01-16
- 0.0.0 — 2023-07-02

## README

# 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](https://github.com/nestjs-architects/typed-cqrs) alongside [CQRS](https://docs.nestjs.com/recipes/cqrs). This enhances the developer experience by allowing them to focus on writing business logic while reducing the likelihood of errors. Checkout our guide below

1. [Query Guide](./docs/cqrs-query-guide.md)
2. [Command Guide](./docs/cqrs-command-guide.md)

---
_Source: https://npm.io/package/nestjs-typed-cqrs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
