rijs.helpers

v0.0.1
[![Coverage Status](https://coveralls.io/repos/rijs/helpers/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/helpers?branch=master) [![Build Status](https://travis-ci.org/rijs/helpers.svg)](https://travis-ci.org/rijs/helpers)

ignore

find ./dist -type f -exec sed -i "s/var _interopRequire/\/* istanbul ignore next *\/\nvar _interopRequire/g" {} ;

babel

babel src -d dist

bundle

cp ./node_modules/utilise/identity.js dist/client.js

minify

uglifyjs dist/client.js -m -c drop_console,dead_code -d debug=false -o dist/client.min.js

build

npm run babel && npm run ignore && npm run bundle && npm run minify

test

istanbul test ./node_modules/mocha/bin/_mocha --report html -- -R spec

coverage

istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && rm -rf ./coverage

cov

istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec

version

npm run build && git add -A

postversion

git push && git push --tags

Metadata

Downloads

Maintainers