leshakoss / ts-meter

Measure the ratio of TypeScript/JavaScript code in a directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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%

About

Measure the ratio of TypeScript/JavaScript code in a directory

License:MIT License


Languages

Language:JavaScript 100.0%