abridged

v2.0.0-beta.16
Abridged SDK

lint

tslint --project ./tsconfig.json --exclude ./src/**/*.d.ts ./src/**/*.ts

clean

rimraf ./build

prebuild

npm run clean

build

npm run compile

compile

tsc --project ./tsconfig.build.json --rootDir ./src

compile-watch

npm run compile -- --watch --preserveWatchOutput

test

jest --passWithNoTests

test-watch

jest --watchAll --passWithNoTests
npm i abridged

Metadata

  • MIT
  • Whatever
  • Stanislaw Glogowski
  • released 7/30/2020

Downloads