jumpsuit

v1.3.4
Jump in. Zip up. Build great apps.
framework react redux react-router spa front-end

test:lint

standard --verbose | snazzy

test

npm-run-all test:*

build:node

rm -rf lib && babel src -d lib --no-comments

build:umd

rm -rf jumpsuit.js && browserify lib/index.js -s jumpsuit -tg uglifyify -o jumpsuit.js

watch

npm run build:node -- -w -s

docs:clean

rm -r -f _book

docs:prepare

npm run docs:clean && gitbook install

docs:watch

npm run docs:prepare && gitbook serve

docs:build

npm run docs:prepare && gitbook build

docs:publish

npm run docs:clean && npm run docs:build && cp CNAME _book && cd _book && git init && git config user.email "[email protected]" && git config user.name 'Travis CI' && git commit --allow-empty -m 'Update Docs' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'update book' && git push https://$GITHUB_USER:[email protected]/jumpsuit/jumpsuit.git gh-pages --force

docs:deploy

npm run docs:build && cp docs_zab.json _book/zab.json cd _book && zab deploy

prepublish

npm-run-all build:*

Metadata

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

Downloads