Ghost/ghost/data-generator
2023-08-04 13:36:09 +01:00
..
lib Data generator: Ensure order of newsletters is correct 2023-08-04 13:36:09 +01:00
test Entirely rewrote data generator to simplify codebase 2023-08-04 13:36:09 +01:00
.eslintrc.js
index.js Entirely rewrote data generator to simplify codebase 2023-08-04 13:36:09 +01:00
package.json
README.md

Data Generator

Generate fake data for testing 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