rulr

v1.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

typings

node ./node_modules/typings/dist/bin.js install

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 1/4/2017

Downloads

Maintainers