Socket
Book a DemoInstallSign in
Socket

@evyweb/simple-ddd-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evyweb/simple-ddd-toolkit

A simple Typescript Domain Driven Design Toolkit to help you create your aggregates, domain events, command handlers and other stuff.

Source
npmnpm
Version
0.16.0
Version published
Maintainers
0
Created
Source

Simple DDD Toolkit 🛠️

A simple Domain Driven Design Toolkit created to help developers to understand how to implement DDD concepts. It also contains some useful stuff not directly related to DDD, like a command bus or result pattern.

This toolkit is not a library, it's just a set of classes and interfaces that you can use, and it has no dependency.

Note: This toolkit is still under development and not intended to be used in production. All classes and interfaces are subject to change.

Installation

npm install --save @evyweb/simple-ddd-toolkit

Features

  • Aggregate
  • Command
  • Command handler
  • Command bus
  • Domain events
  • Entity
  • Errors
  • Event bus
  • Middleware
  • Query
  • Query handler
  • Query bus
  • Result
  • Use case
  • Value object
  • Container

FAQs

Package last updated on 10 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts