oncilla

v2.3.2
Client-side database for real-time and optimistic UI

build

rm -rf dist && NODE_ENV=production tsc

ci

npm run verify

format

prettier --write '{src,typings}/**/*.{json,md,ts}' *.{json,md,ts}

format-verify

prettier --check '{src,typings}/**/*.{json,md,ts}' *.{json,md,ts}

lint

tslint --project .

prepublishOnly

npm run verify && npm run build

start

ava --watch

start-building

rm -rf dist && NODE_ENV=production tsc --watch

test

ava

typecheck

tsc --noEmit

verify

npm run typecheck && npm run format-verify && npm run lint && npm run test

Metadata

  • ISC
  • >=8.9.0
  • Unknown
  • released 7/3/2019

Downloads

Maintainers