1.0.4 • Published 2 years ago

tsc-progress v1.0.4

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

tsc-progress

ttypescript build progressbar, inspired by webpackbar

npm GitHub

image

install

npm i tsc-progress

usage

in tsconfig.json

{
  // ...
  "plugins": [
    {
      "transform": "tsc-progress",
      "title": "TSC"
    }
  ]
}

options

  • title - define progressbar title, default TSC
  • color - define progressbar color, default green

built with ❤️ by 😼