ts-conversion-progress

1.2.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i ts-conversion-progress

Weekly Downloads

22

Version

1.2.1

License

MIT

Unpacked Size

28.4 kB

Total Files

37

Last publish

Collaborators

  • gentryriggen