17 lines
466 B
Markdown
17 lines
466 B
Markdown
|
# `@paperclover/console`
|
||
|
|
||
|
Provides pretty console logging functions as well as a widget system including a
|
||
|
progress bar and spinner.
|
||
|
|
||
|
Examples are available in the `examples` directory.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
The package is distributed as TypeScript source code through this Git
|
||
|
repository. You can install it with a JavaScript package manager such as `bun`.
|
||
|
Most package managers should pin the latest commit.
|
||
|
|
||
|
```
|
||
|
bun add git+https://git.paperclover.net/clo/console.git
|
||
|
```
|