Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
strip-ansi
Strip ANSI escape codes from a string
ansi-styles
ANSI escape codes for styling strings in the terminal
chalk
Terminal string styling done right
supports-color
Detect whether a terminal supports color
wrap-ansi
Wordwrap a string with ANSI escape codes
ansi-regex
Regular expression for matching ANSI escape codes
string-width
Get the visual width of a string - the number of columns required to display it
picocolors
The tiniest and the fastest library for terminal output formatting with ANSI colors
cli-cursor
Toggle the CLI cursor
slice-ansi
Slice a string with ANSI escape codes
restore-cursor
Gracefully restore the CLI cursor on exit
is-wsl
Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)
ansi-escapes
ANSI escape codes for manipulating the terminal
is-unicode-supported
Detect whether the terminal supports Unicode
@colors/colors
get colors in your node.js console
ansi-colors
Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs).
ora
Elegant terminal spinner
sisteransi
ANSI escape codes for some terminal swag
log-symbols
Colored symbols for various log levels. Example: `✔︎ Success`
set-blocking
set blocking stdio and stderr ensuring that terminal output does not truncate