@dragee-io/ddd-asserter
v0.0.3
Published
DDD Asserter definition for dragee-cli project.
Keywords
Readme
ddd-asserter
DDD Asserter definition for dragee-cli project.
To install dependencies:
bun installTo run:
bun run index.tsTo run tests:
bun testTo generate documentation
bun typedocKnown issues
Setting up the project
In case you're running in an issue were ddd-asserter cannot resolve @dragee-io/type module, you would do the following:
Start at the root of the project
You'll need to clone dragee-model repository
dragee/ # Root of the project might be named differently
|-- ddd-asserter/
|-- dragee-model/# Move into the `dragee-model` directory
cd dragee-model
# Create a link of the project
bun link
# Navigate to the `ddd-asserter` directory
cd ../ddd-asserter
# Link `dragee-model` to `ddd-asserter`
bun link @dragee-io/type