@cycle/run

v5.2.0-rc.4
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

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

pnpm run test

postbuild

cp lib/cjs/adapt.* lib/

prepublishOnly

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

Metadata

  • MIT
  • >=0.12.0
  • Unknown
  • released 12/3/2018

Downloads