contentful-export

v7.19.48
this tool allows you to export a space to a JSON dump
contentful contentful-export

lint

eslint lib bin/* types.d.ts

test

npm run test:unit && npm run test:integration

build

npm run clean && babel lib --out-dir dist

clean

rimraf dist && rimraf coverage

prepush

npm run test

pretest

npm run lint && npm run build && rimraf ./test/integration/tmp

precommit

npm run lint

test:unit

jest --testPathPattern=test/unit --coverage

build:watch

babel lib --out-dir dist --watch

postpublish

npm run clean

prepublishOnly

npm run build

test:unit:debug

node --inspect-brk ./node_modules/.bin/jest --runInBand --watch --testPathPattern=test/unit

test:unit:watch

npm run test:unit -- --watch

semantic-release

semantic-release

test:integration

jest --testPathPattern=test/integration

test:integration:debug

node --inspect-brk ./node_modules/.bin/jest --runInBand --watch --testPathPattern=test/integration

test:integration:watch

npm run test:integration -- --watch

Metadata

  • MIT
  • >=12
  • Contentful
  • released 4/28/2023

Downloads