@jungvonmatt/contentful-fakes
v1.14.2
Published
Create fake data based on contentful data models
Downloads
123
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-fakes
Commands
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")