sphere-product-type-export

v0.9.1
Exports product types from the commercetools platform.
ctp commercetools product-type export cli

check-coverage

nyc check-coverage --lines 100 --functions 100 --branches 100 --statements 100

report-coverage

cat ./coverage/lcov.info | codecov

commit

git-cz

clean

rimraf dist/* coverage

test

cross-env NODE_ENV=test babel-node node_modules/.bin/tape tests/**/*.spec.js | tap-spec

test:watch

chokidar src tests -c 'npm test'

build

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

watch

babel src tests --out-dir dist --watch

lint

./scripts/lint src tests

coverage

npm run lint && npm run clean && cross-env NODE_ENV=test nyc --reporter=lcov --reporter=text npm test

semantic-release

semantic-release pre && npm run build && npm publish && semantic-release post

start

npm run build && node dist

Metadata

  • MIT
  • Whatever
  • Philipp Sporrer
  • released 5/26/2020

Downloads