Skip to main content
Home

latest

functions for terminal i/o

This package works with Node.js, Deno, Bun
This package works with Node.js
This package works with Deno
This package works with Bun
JSR Score
76%
Published
2 weeks ago (0.1.0)

@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 npm. Most package managers should pin the latest commit.

npm install git+https://git.paperclover.net/clo/console.git

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@clo/console

Import symbol

import * as console from "@clo/console";
or

Import directly with a jsr specifier

import * as console from "jsr:@clo/console";

Add Package

pnpm i jsr:@clo/console
or (using pnpm 10.8 or older)
pnpm dlx jsr add @clo/console

Import symbol

import * as console from "@clo/console";

Add Package

yarn add jsr:@clo/console
or (using Yarn 4.8 or older)
yarn dlx jsr add @clo/console

Import symbol

import * as console from "@clo/console";

Add Package

vlt install jsr:@clo/console

Import symbol

import * as console from "@clo/console";

Add Package

npx jsr add @clo/console

Import symbol

import * as console from "@clo/console";

Add Package

bunx jsr add @clo/console

Import symbol

import * as console from "@clo/console";