Ghost/ghost/collections
Fabien "egg" O'Carroll 9288f56649 Improved type definitions
The PostRepository type was using `any` (an anti pattern) rather than
`PostCollection`, and we had optional properties, which are not really
optional. This cleans up the types and updates the tests alongside them.
2023-07-27 16:33:16 +02:00
..
src Improved type definitions 2023-07-27 16:33:16 +02:00
test Improved type definitions 2023-07-27 16:33:16 +02:00
.eslintrc.js Updated ESLint config for React+Typescript packages 2023-07-27 11:40:31 +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