matrix-appservice-irc

v0.26.0
An IRC Bridge for Matrix

prepare

npm run build

build

tsc --project ./tsconfig.json

test

BLUEBIRD_DEBUG=1 node --max_old_space_size=3072 node_modules/jasmine/bin/jasmine.js --stop-on-failure=true

lint

eslint -c .eslintrc --max-warnings 4 'src/**/*.ts'

check

npm test && npm run lint

ci-test

node --max_old_space_size=3072 node_modules/nyc/bin/nyc.js --report text jasmine

ci

npm run lint && npm run ci-test

Metadata

Downloads