stapp

v2.6.0
Modular state manager for microapps
state-management state reactive microservice epics redux

build

npm run build:module

build:module

tsc

prebuild

rimraf lib

test

npm run test:lint && npm run test:jest

test:lint

tslint -t verbose './src/**/*.ts' './src/**/*.tsx' -p ./tsconfig.json -c ./tslint.json

test:jest

jest --config ./jest.config.json

test:ci

npm run test:lint && jest --config ./jest.config.json --runInBand --coverage --coverageReporters=text-lcov

Metadata

Downloads