0.1.4 • Published 3 years ago

ts-done-yet v0.1.4

Weekly downloads
2
License
WTFPL
Repository
github
Last release
3 years ago

ts-done-yet

How far is your typescript migration?

usage

cli

npm i -g ts-done-yet
ts-done-yet ./my-project/src

code

import { tsDoneYet, percentage } from 'ts-done-yet'
;(async function () {
  const { ts, all } = await tsDoneYet('./my-project/src')
  const filesPercentage = percentage(ts.files, all.files)
  const linesPercentage = percentage(ts.lines, all.lines)
})()

why

When incrementally adopting typescript it's important to keep track of your progress.

Also, do NOT use any.

0.1.4

3 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago