An open API service indexing awesome lists of open source software.

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`

Awesome Lists containing this project

README

          

# tsc-progress
*ttypescript and ts-patch build progressbar, inspired by [webpackbar](https://github.com/unjs/webpackbar)*

[![npm](https://img.shields.io/npm/v/tsc-progress)](https://github.com/JiangWeixian/tsc-progress/tree/master) [![GitHub](https://img.shields.io/npm/l/tsc-progress)](https://github.com/JiangWeixian/tsc-progress/tree/master)

![image](https://user-images.githubusercontent.com/6839576/147484015-79fb0df1-eee4-438a-b14e-d4cf82b2f3fc.png)

## 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 😼*