@otris/node-sds

v2.0.7
Node.js module to communicate with JANUS-based apps

beautify

npm run lint -- --fix

compile

tsc -p ./

compile-tests

tsc -p ./test/tsconfig.json

doc

typedoc --out doc src

generate-package-lock

node -e "var fs = require('fs'); if (fs.existsSync('package-lock.json')) fs.unlinkSync('package-lock.json')" && synp --source-file yarn.lock

generate-todo

leasot -x --reporter markdown src/**/*.ts test/**/*.ts > TODO.md

init-test-server

ts-node ./test/initTestServer.ts

lint

tslint -c ./tslint.json -p test/tsconfig.json

precommit

ts-node scripts/precommit.ts

minify

node ./scripts/minify.js

prepublishOnly

rimraf out && npm-run-all compile generate-package-lock && npm run minify

run-tests-bdd

mocha --opts ./test/mocha.opts --exit

run-tests-tdd

mocha --opts ./test/tdd/mocha.opts --exit

test

cross-env TS_NODE_PROJECT="./test/tsconfig.json" npm-run-all --continue-on-error run-tests-bdd run-tests-tdd
npm i @otris/[email protected]

Source Code

Metadata

  • MIT
  • Whatever
  • otris software AG
  • released 12/27/2019

Downloads