contentful-import

v2.0.0
this tool allows you to import JSON dump exported by contentful-export
contentful contentful-import

test

npm run test:cover

build

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

clean

rimraf dist

pretest

standard

test:only

BABEL_ENV=test babel-node ./test/runner

prepublish

in-publish && npm run build || not-in-publish

test:cover

BABEL_ENV=test babel-node ./node_modules/istanbul/lib/cli.js cover test/runner

test:debug

BABEL_ENV=test babel-node debug ./test/runner

postpublish

npm run clean

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

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 pre && npm publish && semantic-release post

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

Metadata

  • MIT
  • Whatever
  • Contentful
  • released 11/10/2016

Downloads