kewlr

v0.0.8
*Work in progress*

build

npm run build:dev

build:dev

rollup -c rollup.config.dev.js

build:prod

rollup -c config/rollup.config.prod.js

benchmark

node index.js

test

npm run clean:build && npm run pretest && node --harmony ./node_modules/istanbul/lib/cli.js cover --root ./build/src --report lcov --report text ./node_modules/mocha/bin/_mocha ./build/test/**/*.js

clean

rimraf dist build coverage

clean:build

rimraf build

debug

npm-run-all clean pretest

prepublish

npm run build

prebuild

tsc --sourceMap --skipLibCheck -t es2015

pretest

tsc --sourceMap --skipLibCheck -t es6 --m umd -p ./tsconfig.json

ttest

mocha -t 50000 test/specs/**/*.ts

lint

npm-run-all --parallel lint:src lint:tests

lint:src

tslint src/**/*.ts

lint:tests

tslint test/specs/**/*.ts

watch:tests

mocha test/specs/**/*.ts -R spec --bail --watch

watch:build

tsc -t es5 -m es6 --skipLibCheck -p ./tsconfig.json -w

Metadata

  • MIT
  • Whatever
  • ZubuZon
  • released 10/3/2016

Downloads

Maintainers