Runs unit tests
npx kocha --require src/__tests__/helper src{/,/**/}__tests__/*.js
Runs lint checks
npx standard
Runs auto fixer of lint tool
npx standard --fix
Makes coverage reports
npx nyc --reporter=text-summary --reporter=lcov saku test
Posts reports to codecov.io
saku cov
npx codecov