nodeshift

v0.13.1
Plugin for running openshift deployments

ci

npm run lint && npm run coveralls

lint

eslint bin/* lib/**/*.js test/**/*.js index.js

test

NODESHIFT_QUIET=true tape test/*-test.js test/**/*-test.js | tap-spec

coverage

nyc npm test

coveralls

nyc npm test && nyc report --reporter=text-lcov | coveralls

prepublish

nsp check

coverage:html

nyc npm test && nyc report --reporter=html

Metadata

Downloads