@goldfishjs/reactive

v0.0.7
Reactive.

test

jest --coverage --passWithNoTests

test:debug

node --inspect-brk node_modules/.bin/jest --runInBand

dev

jest --debug --watch

build

rm -rf ./types && rm -rf ./lib && gulp ts

lint

tslint ./src/**

ci

npm run test

release

npm run test && npm run lint && npm run build && npm publish
npm i @goldfishjs/[email protected]

Metadata

Downloads