@cycle/isolate

v4.2.0
A utility function to make scoped dataflow components in Cycle.js
reactive framework rxjs rx unidirectional mvi dataflow virtual-dom

build

pnpm run build-cjs && pnpm run build-es6

build-cjs

tsc --module commonjs --outDir ./lib/cjs

build-es6

tsc --module es6 --outDir ./lib/es6

lint

tslint --project tsconfig.lint.json --config ../tslint.json

docs

cd .. && node .scripts/make-api-docs.js isolate

changelog

cd .. && node .scripts/update-changelogs.js isolate

test

mocha test/*.ts --require ts-node/register --exit

test-ci

pnpm run test

prepublishOnly

pnpm run build && pnpm run test
npm i @cycle/[email protected]

Metadata

  • MIT
  • >=0.10.0
  • Unknown
  • released 12/10/2018

Downloads