@cycle/web

v1.0.0
The standard DOM Driver for Cycle.js, based on virtual-dom, and other helpers
reactive framework rxjs rx unidirectional mvi virtual-dom

eslint

eslint src/

test-node

mocha --compilers js:babel/register test/node

test-browser

testem

pretest-browser

browserify test/browser/index.js -t babelify -o test/browser/page/tests-bundle.js

posttest-browser

rm test/browser/page/tests-bundle.js

test

npm run eslint && npm run test-node && npm run test-browser

travis-test

npm run eslint && npm run test-node

browserify

browserify src/cycle-web.js -t babelify --standalone CycleWeb --outfile dist/cycle-web.js

uglify

uglifyjs dist/cycle-web.js -o dist/cycle-web.min.js

dist

npm run browserify && npm run uglify

docs

node ./scripts/make-api-docs.js

precompile-lib

rm -rf lib/ && mkdir -p lib

compile-lib

babel -d lib/ src/

prepublish

npm run compile-lib

release

npm run release-patch

release-patch

git checkout master && npm run dist; git commit -a -m 'Build dist/'; npm version patch && git push origin master --tags && npm publish --access=public

release-minor

git checkout master && npm run dist; git commit -a -m 'Build dist/'; npm version minor && git push origin master --tags && npm publish --access=public

release-major

git checkout master && npm run dist; git commit -a -m 'Build dist/'; npm version major && git push origin master --tags && npm publish --access=public
npm i @cycle/[email protected]

Metadata

  • MIT
  • >=0.10.0
  • Andre Staltz
  • released 6/24/2015

Downloads

Maintainers