1.2.1 • Published 5 years ago

ts-conversion-progress v1.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

TypeScript Conversion Progress

Image of CLI output of ts-conversion-progress library

yarn add -D ts-conversion-progress

Add a script to your package.json

"scripts": {
  "ts-conversion-progress": "node node_modules/ts-conversion-progress src/"
}

The only required argument, src/ in the example, is the directory where your code is. It will recursively search that directory for js, jsx, ts, and tsx files and do the math...

Optionally you can add a second argument which can be a regex pattern to ignore files. For example

"scripts": {
  "ts-conversion-progress": "node node_modules/ts-conversion-progress src/ .+\.test.js$"
}

This will ignore all files that end with .test.js

1.2.1

5 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago