@deboxsoft/mobx-state-tree

v3.10.0
Opinionated, transactional, MobX powered state container
mobx mobx-state-tree promise reactive frp functional-reactive-programming state management

build

shx cp ../../README.md . && tsc && cpr lib dist --delete-first --filter=\\.js && yarn rollup

rollup

rollup -c

jest

jest --testPathPattern=/__tests__/core/

jest:perf

jest --testPathPattern=/__tests__/perf/

test

cross-env NODE_ENV=development yarn jest --ci && cross-env NODE_ENV=production yarn jest --ci && yarn run test:cyclic && yarn run test:mobx4

test:perf

yarn build && yarn jest:perf && TS_NODE_COMPILER_OPTIONS='{"module": "commonjs"}' /usr/bin/time node --expose-gc --require ts-node/register __tests__/perf/report.ts

test:cyclic

yarn run build && node -e "require('.')"

test:mobx4

yarn add -D [email protected] && yarn build && yarn jest --ci && git checkout package.json ../../yarn.lock && yarn install

_prepublish

yarn run build && yarn run build-docs

coverage

yarn jest --coverage

fix-docs

replace --quiet "&lt;" "<" ../../docs/API/README.md && replace --quiet "&gt;" ">" ../../docs/API/README.md && concat -o ../../docs/API/README.md ../../docs/API_header.md ../../docs/API/README.md

build-docs

shx rm -rf ../../docs/API && typedoc --options ./typedocconfig.js && yarn fix-docs

lint

tslint -c ../../tslint.json 'src/**/*.ts'
npm i @deboxsoft/mobx-state-tree

Metadata

  • MIT
  • Whatever
  • Michel Weststrate
  • released 12/29/2018

Downloads