tsc-progress
v1.0.4
Published
display progress bar in tsc build
Downloads
4,580
Maintainers
Readme
tsc-progress
ttypescript build progressbar, inspired by webpackbar
install
npm i tsc-progress
usage
in tsconfig.json
{
// ...
"plugins": [
{
"transform": "tsc-progress",
"title": "TSC"
}
]
}
options
title
- define progressbar title, defaultTSC
color
- define progressbar color, defaultgreen
built with ❤️ by 😼