contentful-import

v7.8.7
this tool allows you to import JSON dump exported by contentful-export
contentful contentful-import

lint

eslint lib bin/contentful-import test

test

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

build

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

clean

rimraf dist

prepush

npm run test:unit

pretest

npm run lint && npm run build

precommit

npm run lint

test:unit

jest --testPathPattern=test/unit --coverage

build:watch

babel lib --out-dir dist --watch

devdep:build

pushd ../contentful-batch-libs && npm run build && popd

devdep:clean

pushd ../contentful-batch-libs && npm run clean && popd

devdep:install

npm run devdep:build && rm -rf node_modules/contentful-batch-libs && npm install ../contentful-batch-libs && npm run devdep:clean

devmanage:build

pushd ../contentful-management.js && npm run build && popd

devmanage:clean

pushd ../contentful-management.js && npm run clean && popd

test:unit:debug

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

test:unit:watch

npm run test:unit -- --watch

browser-coverage

npm run test:cover && opener coverage/lcov-report/index.html

devdep:uninstall

npm run devdep:clean && rimraf node_modules/contentful-batch-libs

semantic-release

semantic-release

test:integration

jest --testPathPattern=test/integration

test:simulate-ci

trevor

devmanage:install

npm run devmanage:build && rm -rf node_modules/contentful-management.js && npm install ../contentful-management.js && npm run devmanage:clean

devmanage:uninstall

npm run devmanage:clean && rimraf node_modules/contentful-management.js

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
  • >=6
  • Contentful
  • released 6/25/2020

Downloads