sphere-product-type-import

v2.0.1
Library that helps with importing product type into the commercetools platform
ctp commercetools product-type import

check-coverage

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

report-coverage

cat ./coverage/lcov.info | codecov

commit

git-cz

test

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

clean

rimraf dist/* coverage

test:watch

chokidar src test -c 'npm test'

build

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

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

Metadata

  • MIT
  • >= 6
  • Philipp Sporrer
  • released 6/5/2018

Downloads