Ghost/ghost/api-framework
Daniel Lockyer 348924d431 Updated API framework debug and test names
- these tests have moved from `core/` so the names are no longer
  relevant
2022-08-11 17:44:59 +02:00
..
lib Updated API framework debug and test names 2022-08-11 17:44:59 +02:00
test Updated API framework debug and test names 2022-08-11 17:44:59 +02:00
.eslintrc.js Extracted shared API framework to separate package 2022-08-11 17:44:59 +02:00
index.js Extracted shared API framework to separate package 2022-08-11 17:44:59 +02:00
package.json Extracted shared API framework to separate package 2022-08-11 17:44:59 +02:00
README.md Extracted shared API framework to separate package 2022-08-11 17:44:59 +02:00

Api Framework

API framework used by Ghost

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