matrix-appservice-bridge

v0.1.0
Bridging infrastructure for Matrix Application Services
matrix-org

ci

npm run ci-lint; npm run ci-test

lint

eslint lib/ spec/

test

jasmine-node spec --verbose --forceexit --captureExceptions

check

npm run lint && npm test

gendoc

jsdoc -r lib -R README.md -P package.json -d .jsdoc

ci-lint

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

ci-test

istanbul cover --report cobertura -i "lib/**/*.js" jasmine-node -- spec --verbose --junitreport --forceexit --captureExceptions || true

Metadata

Downloads

Maintainers