contentful-export

v4.7.2
this tool allows you to export a space to a JSON dump
contentful contentful-export

lint

eslint lib bin/* test

test

npm run test:cover && npm run test:integration

build

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

clean

rimraf dist

prepush

npm run test:only

pretest

npm run lint

precommit

npm run lint

test:only

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

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-unit

test:debug

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

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

test:integration

npm run build && BABEL_ENV=test babel-node ./test/runner-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

Metadata

  • MIT
  • >=4.7
  • Khaled Garbaya
  • released 6/16/2017

Downloads