jumpsuit

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

test:lint

exlint cli/src cli/test cli/bin

test:unit

nyc ava cli/test/unit -a

test:integration

ava cli/test/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 cli/lib

build

babel cli/src -d cli/lib --no-comments

watch

npm run build -- -w -s

prepublish

npm run build

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 5/21/2016

Downloads