Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 316 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 316 Bytes

ts-meter

Count the rate of TypeScriptification in your code!

$ npm install -g ts-meter

$ ts-meter --help
Usage: ts-meter [options] <directory>

Options:

  -f, --fast  Count files instead of lines of code
  -h, --help  output usage information

$ ts-meter ./src

  TypeScriptification rate is 35.97%