matrix-appservice-irc

v0.3.1
An IRC Bridge for Matrix

test

BLUEBIRD_DEBUG=1 jasmine-node spec --verbose --forceexit --captureExceptions

lint

eslint lib spec

check

npm test && npm run lint

ci-lint

eslint lib spec --format checkstyle > ci-lint.xml || true

ci-test

istanbul cover -x "**/spec/**" --report cobertura jasmine-node -- spec --verbose --junitreport --forceexit --captureExceptions

ci

npm run ci-lint && npm run ci-test

Metadata

Downloads