tsc-progress
January 1, 2024 · View on GitHub
ttypescript and ts-patch 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, defaultTSCcolor- define progressbar color, defaultgreen
built with ❤️ by 😼