https://github.com/jiangweixian/tsc-progress
display progressbar when `ttsc`
https://github.com/jiangweixian/tsc-progress
progressbar ttypescript typescript
Last synced: about 1 year ago
JSON representation
display progressbar when `ttsc`
- Host: GitHub
- URL: https://github.com/jiangweixian/tsc-progress
- Owner: JiangWeixian
- License: mit
- Created: 2021-12-27T13:49:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-01T05:58:31.000Z (over 2 years ago)
- Last Synced: 2024-11-11T20:26:49.382Z (over 1 year ago)
- Topics: progressbar, ttypescript, typescript
- Language: TypeScript
- Homepage:
- Size: 210 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# tsc-progress
*ttypescript and ts-patch build progressbar, inspired by [webpackbar](https://github.com/unjs/webpackbar)*
[](https://github.com/JiangWeixian/tsc-progress/tree/master) [](https://github.com/JiangWeixian/tsc-progress/tree/master)

## install
```console
npm i tsc-progress
```
## usage
in `tsconfig.json`
```json
{
// ...
"plugins": [
{
"transform": "tsc-progress",
"title": "TSC"
}
]
}
```
`options`
- `title` - define progressbar title, default `TSC`
- `color` - define progressbar color, default `green`
#
*built with ❤️ by 😼*