contentful-import

v9.4.61
this tool allows you to import JSON dump exported by contentful-export
contentful contentful-import

build

tsup

clean

rimraf dist && rimraf coverage

lint

npm run lint:main && npm run lint:tests

lint:main

eslint lib bin/contentful-import && tsc --project tsconfig.json

lint:tests

eslint test && tsc --project tsconfig.test.json

pretest

npm run lint && npm run build

test

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

test:unit

jest --testPathPattern=test/unit --runInBand --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

prepush

npm run test:unit
npm i contentful-import

Metadata

  • MIT
  • >=18
  • Contentful
  • released 9/27/2024

Downloads