spindle-ui

v0.0.5
A tiny helper for structuring React components in a way that's easy to create, maintain, reuse, and scale

test

echo "Error: no test specified" && exit 1

build

browserify app.js -t babelify --outfile bundle.js

prepublish

babel --source-maps inline --out-file spindle.dist.js spindle.js

watch

watchify examples/main.js -d -t babelify --outfile bundle.js

watch-counter

watchify examples/counter/app.js -d -t babelify --outfile bundle.js

watch-pair

watchify examples/pair-of-counters/app.js -d -t babelify --outfile bundle.js

watch-n

watchify examples/n-counters/app.js -d -t babelify --outfile bundle.js

watch-sum

watchify examples/sum-counters/app.js -d -t babelify --outfile bundle.js

watch-constrained

watchify examples/constrained-counters/app.js -d -t babelify --outfile bundle.js

watch-wrap

watchify examples/wrapper/app.js -d -t babelify --outfile bundle.js

watch-clock

watchify examples/clock/app.js -d -t babelify --outfile bundle.js

watch-diceroll

watchify examples/diceroll/app.js -d -t babelify --outfile bundle.js

Metadata

  • GPL
  • Whatever
  • uniphil
  • released 6/16/2016

Downloads

Maintainers