0.4.0 • Published 2 years ago

@anthor/ddd v0.4.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

🧑‍🚀 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.