Ghost/ghost/post-events
Naz ffa101b550 Added post events package
refs https://github.com/TryGhost/Arch/issues/16

- This package is meant to hold Domain Events associated with Post model/entity. The very first one here is PostsBulkDestroyedEvent needed to signal bulk destroy action completion from the posts service.
2023-08-01 15:11:00 +08:00
..
src Added post events package 2023-08-01 15:11:00 +08:00
test Added post events package 2023-08-01 15:11:00 +08:00
.eslintrc.js Added post events package 2023-08-01 15:11:00 +08:00
package.json Added post events package 2023-08-01 15:11:00 +08:00
README.md Added post events package 2023-08-01 15:11:00 +08:00
tsconfig.json Added post events package 2023-08-01 15:11:00 +08:00

Post Events

Post Entity Domain events

Usage

Develop

This is a monorepo package.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Test

  • yarn lint run just eslint
  • yarn test run lint and tests