Ghost/ghost/collections
Fabien "egg" O'Carroll 607ea8dcd7 Added TagDeletedEvent
refs https://github.com/TryGhost/Arch/issues/60

This will be used to update collections when a tag is deleted. Like the Post
events this should not be in the collections package, instead we should have
these as part of the tags and posts packages. These packages don't exist right
now, so I'm following the existing pattern.
2023-07-26 12:54:42 +02:00
..
src Added TagDeletedEvent 2023-07-26 12:54:42 +02:00
test Added TagDeletedEvent 2023-07-26 12:54:42 +02:00
.eslintrc.js Switched TypeScript eslint config to custom plugin 2023-07-25 16:12:35 +02:00
package.json Added support for expansions in collection filters 2023-07-25 19:01:56 +08:00
README.md Added a collections package with CRUD logic 2023-05-16 12:21:31 +07:00
tsconfig.json Deduplicated tsconfig.json files 2023-07-12 09:34:00 +02:00

Collections

Manages everything to do with Collections

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