rulr

v2.0.0
> A package for rules.

lint

./node_modules/tslint/bin/tslint --project ./tsconfig.json -c ./tslint.json

test

./node_modules/mocha/bin/mocha dist/**/*.test.js

build

tsc

cover

./node_modules/mocha/bin/mocha dist/**/*.test.js --require blanket --reporter mocha-lcov-reporter > coverage/coverage.lcov

codecov

./node_modules/codecov/bin/codecov

test-watch

./node_modules/mocha/bin/mocha dist/**/*.test.js --watch

build-watch

tsc --watch

duplication

./node_modules/jscpd/bin/jscpd

duplication-limit

./node_modules/jscpd/bin/jscpd --limit=1

Metadata

  • Unknown
  • Whatever
  • ryansmith94
  • released 5/18/2017

Downloads

Maintainers