@cycle/storage

v1.0.5
A Cycle.js driver for localStorage and sessionStorage.

transpile

babel -d lib src

zuul:local

zuul --local 8080 -- test/test.js

test:ci

zuul -- test/test.js

test

npm-run-all lint transpile zuul:local

lint

eslint src/*.js test/*.js

prepublish

npm run transpile

open

opener http://localhost:8080/__zuul

docs

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

mkdirp:dist

mkdirp dist

browserify

browserify src/index.js -t babelify -t browserify-shim --standalone CycleStorageDriver --exclude rx --outfile dist/cycle-storage-driver.js

uglify

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

build:js

npm-run-all mkdirp:dist browserify uglify
npm i @cycle/[email protected]

Metadata

  • MIT
  • Whatever
  • Kahlil Lechelt
  • released 11/17/2015

Downloads

Maintainers