Ghost/ghost/data-generator
Sam Lord 08250d44b4 Added "base pack" support for data generator script
refs: https://github.com/TryGhost/Toolbox/issues/453

This makes it so that a JSON bundle can be imported as well as the data generation script
2022-11-03 14:54:33 +00:00
..
lib Added "base pack" support for data generator script 2022-11-03 14:54:33 +00:00
test Added command to generate demo data (#15691) 2022-10-26 17:55:08 +01:00
.eslintrc.js Added command to generate demo data (#15691) 2022-10-26 17:55:08 +01:00
index.js Added command to generate demo data (#15691) 2022-10-26 17:55:08 +01:00
package.json Disabled code coverage check on @tryghost/data-generator 2022-11-02 15:45:12 +07:00
README.md Added command to generate demo data (#15691) 2022-10-26 17:55:08 +01:00

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