Ghost/ghost/collections
2023-07-24 16:21:47 +02:00
..
src Cleaned up CollectionsService from unused code 2023-07-21 19:46:22 +08:00
test Cleaned up CollectionsService from unused code 2023-07-21 19:46:22 +08:00
.eslintrc.js
package.json Pinned dependencies 2023-07-24 16:21:47 +02:00
README.md
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