2025-03-14 20:24:43 -07:00
|
|
|
# `@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
|
2025-06-01 17:18:16 -07:00
|
|
|
repository. You can install it with a JavaScript package manager such as `npm`.
|
2025-03-14 20:24:43 -07:00
|
|
|
Most package managers should pin the latest commit.
|
|
|
|
|
|
|
|
```
|
2025-06-01 17:18:16 -07:00
|
|
|
npm add git+https://git.paperclover.net/clo/console.git
|
2025-03-14 20:24:43 -07:00
|
|
|
```
|