matrix-appservice-bridge

v1.14.0-rc1
Bridging infrastructure for Matrix Application Services
matrix-org

lint

npm run lint:js && npm run lint:ts

test

BLUEBIRD_DEBUG=1 jasmine --stop-on-failure=true

build

tsc --project tsconfig.json

check

npm run lint && npm test

gendoc

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

ci-test

BLUEBIRD_DEBUG=1 nyc -x "**/spec/**" --report text jasmine

lint:js

eslint -c .eslintrc.json src/**/*.js spec/**/*.js

lint:ts

eslint -c .eslintrcts.json src/**/*.ts

prepare

npm run build

Metadata

Downloads