@anthor/ddd
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

🧑‍🚀 Anthor Domain Driven Design

This repo contains base definitions to work with domain driven design.

🚀 Getting Started

Install with yarn.

yarn add @anthor/ddd

Import any component from root package.

import { ValueObject } from '@anthor/ddd'

export class StubValueObject extends ValueObject<any> {
  ...
}

🧱 Components (🚧 WIP)

Check the individual documentation for each library component.

/@anthor/ddd/

    Package Sidebar

    Install

    npm i @anthor/ddd

    Weekly Downloads

    6

    Version

    0.4.0

    License

    UNLICENSED

    Unpacked Size

    144 kB

    Total Files

    136

    Last publish

    Collaborators

    • developer-anthor