openshift-rest-client

v4.0.1
Node.js client for developing with OpenShift
Openshift Node.js

ci

npm run lint && npm run coveralls

docs

documentation build lib/** -f html -o docs

lint

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

test

tape test/*-test.js | tap-spec

release

standard-version -a

coverage

nyc npm test

coveralls

nyc npm test && nyc report && if [ $COVERALLS_REPO_TOKEN'' != '' ] ; then nyc report --reporter=text-lcov | coveralls; fi

coverage:html

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

Metadata

Downloads