matrix-appservice-bridge

v10.3.1
Bridging infrastructure for Matrix Application Services
matrix-org

build

tsc --project tsconfig.json

prepare

npm run build

gendoc

typedoc

lint

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

test

ts-node node_modules/jasmine/bin/jasmine --stop-on-failure=true

check

npm run lint && npm test

ci-test

nyc -x "**/spec/**" --report text jasmine
npm i matrix-appservice-bridge

Metadata

Downloads