@cycle/storage

v3.0.0-rc3
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

browserify:example

browserify src/index.js -t babelify -t browserify-shim --standalone CycleStorageDriver --exclude rx --outfile example/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 browserify:example uglify

serve

live-server example
npm i @cycle/[email protected]

Metadata

  • MIT
  • Whatever
  • Kahlil Lechelt
  • released 5/29/2016

Downloads

Maintainers