1.0.4 • Published 4 years ago
tsc-progress v1.0.4
tsc-progress
ttypescript build progressbar, inspired by webpackbar

install
npm i tsc-progressusage
in tsconfig.json
{
// ...
"plugins": [
{
"transform": "tsc-progress",
"title": "TSC"
}
]
}options
title- define progressbar title, defaultTSCcolor- define progressbar color, defaultgreen
built with ❤️ by 😼