typescriptbar
v1.0.3
Published
fork of tsc-progress. display progress bar in tsc build
Maintainers
Readme
typescriptbar
fork of tsc-progress. ts-patch build progressbar, inspired by webpackbar

install
pnpm add -D typescriptbarts-patch is required
pnpm add -D ts-patchusage
in tsconfig.json
{
// ...
"compilerOptions": {
// ...
"plugins": [
{
"transform": "typescriptbar",
"title": "TSC"
}
]
}
}options
title- define progressbar title, defaultTSCcolor- define progressbar color, defaultgreen
built with ❤️ by 😼
