redux-elm

v1.2.3
The Elm Architecture in Redux
redux elm flux

build:lib

babel src --out-dir lib

check

npm run lint && npm run test

lint

eslint src/

preversion

npm run check

version

npm run build:lib

postversion

git push && git push --tags

prepublish

npm run build:lib

test

mocha --require babel-core/register --require babel-polyfill --recursive

test:watch

npm test -- --watch

docs:clean

rimraf _book

docs:prepare

gitbook install

docs:build

npm run docs:prepare && gitbook build -g salsita/redux-elm

docs:watch

npm run docs:prepare && gitbook serve

docs:publish

npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push [email protected]:salsita/redux-elm gh-pages --force

Metadata

  • MIT
  • >=5.0.0
  • Tomas Weiss
  • released 4/6/2016

Downloads

Maintainers