Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
chalk
Terminal string styling done right
ansi-styles
ANSI escape codes for styling strings in the terminal
wrap-ansi
Wordwrap a string with ANSI escape codes
strip-ansi
Strip ANSI escape codes from a string
ansi-regex
Regular expression for matching ANSI escape codes
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
camelcase
Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
strip-bom
Strip UTF-8 byte order mark (BOM) from a string
ansi-escapes
ANSI escape codes for manipulating the terminal
diff
A JavaScript text diff implementation.
slice-ansi
Slice a string with ANSI escape codes
indent-string
Indent each line in a string
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).
word-wrap
Wrap words to a specified length.
text-table
borderless text tables with alignment
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
leven
Measure the difference between two strings using the Levenshtein distance algorithm
cli-truncate
Truncate a string to a specific width in the terminal
table
Formats data into a string table.