alt

v0.18.2
A flux implementation
alt es6 flow flux react unidirectional

build

npm run clean && npm run transpile && npm run build-alt-browser

build-alt-browser

webpack --config dist.config.js && webpack -p --config dist.min.config.js

clean

rimraf lib

coverage

npm run transpile-cover && babel-node node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -u exports -R tap --require test/babel test

lint

eslint src components

postversion

git push && git push --tags

prepublish

npm run lint && npm run build

pretest

npm run clean && npm run transpile

preversion

npm run clean && npm run lint

release

npm run build && mversion patch -m

size

npm run transpile; browserify flux.js > flux-build.js; uglifyjs -m -c 'comparisons=false,keep_fargs=true,unsafe=true,unsafe_comps=true,warnings=false' flux-build.js > flux-build.min.js

test

npm run test-node

test-node

babel-node node_modules/.bin/_mocha -u exports -R nyan test

transpile

babel src --out-dir lib

transpile-cover

babel src --out-dir lib --plugins external-helpers-2

version

npm run build

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 1/27/2016

Downloads

Maintainers