0.0.4 • Published 4 years ago

ts-cli-unique v0.0.4

Weekly downloads
84
License
ISC
Repository
-
Last release
4 years ago

ts-cli

Generates a set of rules to keep projects code style consistent

Installation

npm install -g ts-cli

Usage

To generate minimal set of rules navigate to the root of your project and run:

ts-cli tsMinimal ts-minimal

To check your code run:

npm run checkstyle

You can automatically fix detected errors:

npm run fixstyle