jumpsuit

v0.5.0
One javascript framework to rule them all
framework react redux react-router spa front-end

test:lint

standard --verbose | snazzy

test:unit

nyc ava test/cli/unit test/core/unit -a

test:integration

ava test/cli/integration test/core/integration

pretest

rm -rf .nyc_output coverage

test

cross-env NODE_ENV=testing run-s test:*

posttest

nyc report -r=lcov

coveralls

cat coverage/lcov.info | coveralls

prebuild

rm -rf lib && rm -rf jumpsuit.js

build

babel src -d lib --no-comments

watch

npm run build -- -w -s

standalone

browserify lib/core/index.js -s jumpsuit -tg uglifyify -o jumpsuit.js

prepublish

npm run build && npm run standalone

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 7/23/2016

Downloads