0.0.3-beta • Published 8 years ago

check-my-style v0.0.3-beta

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

check-my-style

Run tests, check style guide and test coverage, compile;

Installation
npm i -g check-my-style

Lint
check-my-style lint .
check-my-style lint --watch --fix . check-my-style lint -i .eslintignore -c .eslintrc --watch --fix .

Test
check-my-style test .
check-my-style test --watch .

Test Coverage
check-my-style coverage .