@jungvonmatt/contentful-fakes
v6.0.0
Published
Create fake data based on contentful data models
Readme
JvM Contentful fake data generator
Generate fake data files based on your Contentful content models
Getting started
Install
npm install --save-dev @jungvonmatt/contentful-fakesCommands
help
npx contentful-fakes help [command]create
Fetch all content entries and store them as yaml in the configured directory
npx contentful-fakes create [options]options
-c, --content-type` `<content-type...> Specify content-types
-e, --extension <extension> Specify output format (default: "yaml")
-o, --output-directory <directory> Specify output directory (default: "data")
--config <configuration file> Use this configuration, overriding other config options if present
--cwd <directory> Working directory. Defaults to process.cwd()