ui-harness

v4.0.0-alpha.4
Isolate, test and document modular UI.

start

node ./lib/server/dev

test

sh ./sh/test.sh

lint

node ./node_modules/tslint/bin/tslint 'src/**/*.ts{,x}' --format verbose --fix

build

rm -rf ./lib && node ./node_modules/typescript/bin/tsc

prepublish

yarn run lint && yarn test && yarn run build

Metadata

Downloads