kea

v2.4.3
Smart front-end architecture

build

yarn run clean && yarn run compile

clean

rimraf lib/*

compile

npm run compile:rollup

compile:tsc

tsc -p .

compile:rollup

rollup -c

watch

rollup -cw

lint

eslint src/**

prettier

prettier --write src/**/*

prepublishOnly

npm run test && npm run build

start

npm run watch

test

yarn run test:jest && yarn run test:tsd && yarn run test:types

test:jest

BABEL_ENV=test jest

test:jest:watch

BABEL_ENV=test jest --watchAll

test:tsd

yarn run build && cp test/tsd/*.test-d.ts lib/ && tsd

test:types

tsc

test:types:watch

npm run type-check -- --watch

Metadata

  • MIT
  • Whatever
  • Marius Andra
  • released 6/25/2021

Downloads

Maintainers