@cycle/run

v5.7.0
The Cycle.js run() function to use with xstream
reactive framework rxjs rx unidirectional mvi virtual-dom

build

pnpm run build-cjs && pnpm run build-es6 && pnpm run move-adapt

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 run

changelog

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

test

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

test-ci

../.scripts/retry.sh pnpm test

move-adapt

cp lib/cjs/adapt.* lib/
npm i @cycle/run

Metadata

  • MIT
  • >=0.12.0
  • Unknown
  • released 1/13/2022

Downloads