@cycle/http

v6.0.0
A Cycle.js Driver for making HTTP requests

eslint

eslint src/

test-node

mocha test/node.js

test-browser

zuul --open --no-coverage --local 4000 -- test/browser.js

pretest-ci

npm run compile-lib

pretest

npm run compile-lib

test-ci

npm run eslint && npm run test-node && zuul --no-coverage -- test/browser.js

test

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

browserify

browserify src/index.js -t babelify --standalone CycleHTTPDriver --exclude rx --outfile dist/cycle-http-driver.js

uglify

uglifyjs dist/cycle-http-driver.js -o dist/cycle-http-driver.min.js

precompile-lib

rm -rf lib/ && mkdir -p lib

compile-lib

babel -d lib/ src/

dist

npm run browserify && npm run uglify

docs

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

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
  • Whatever
  • Andre Staltz
  • released 10/19/2015

Downloads

Maintainers