nodeshift

v3.1.1
Plugin for running openshift deployments

ci

npm run lint && npm run coveralls

docs

documentation build index.js --shallow -f html -o docs --config documentation.yml

lint

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

test

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

release

standard-version -a

coverage

nyc npm test

coveralls

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

prerelease

npm run lint && npm run test

coverage:html

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

Metadata

Downloads