contentful-export

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

build

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

build:watch

babel lib --out-dir dist --watch

clean

rimraf dist && rimraf coverage

lint

eslint lib bin/* types.d.ts

pretest

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

test

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

test:unit

jest --testPathPattern=test/unit --coverage

test:unit:debug

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

test:unit:watch

npm run test:unit -- --watch

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

semantic-release

semantic-release

prepublishOnly

npm run build

postpublish

npm run clean

precommit

npm run lint

prepush

npm run test
npm i contentful-export

Metadata

  • MIT
  • >=18
  • Contentful
  • released 10/15/2024

Downloads