@itgenio/torba-client

v0.0.1
Create ticket

test

npm run build-tests && mocha

tsc-check

tsc --noEmit

tsc

tsc --declaration --emitDeclarationOnly

dev

concurrently -n watch: -c "cyan,magenta,blue" "npm:watch-*" --kill-others --restart-tries 3 --restart-after 1000

prepack

concurrently "npm:tsc-check" "npm:build-code" "npm:tsc"

build-tests

npm run build-tests-code

build-code

rimraf dist && cross-env NODE_ENV=production node ./build.js

build-tests-code

rimraf dist-tests && cross-env NODE_ENV=production node ./build-tests.js

watch-tests-code

rimraf dist-tests && node ./build-tests.js

watch-code

rimraf dist && node ./build.js

watch-tests

mocha --watch --parallel --watch-files dist-tests/**/*spec.js

format

prettier ./src --fix
npm i @itgenio/[email protected]

Metadata

  • MIT
  • Whatever
  • Alex So
  • released 2/21/2022

Downloads