Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
ansi-styles
ANSI escape codes for styling strings in the terminal
chalk
Terminal string styling done right
strip-ansi
Strip ANSI escape codes from a string
wrap-ansi
Wordwrap a string with ANSI escape codes
ansi-regex
Regular expression for matching ANSI escape codes
get-stream
Get a stream as a string, Buffer, ArrayBuffer or array
fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
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
tesseract.js-core
Tesseract C++ API in Pure Javascript
slice-ansi
Slice a string with ANSI escape codes
indent-string
Indent each line in a string
diff
A JavaScript text diff implementation.
word-wrap
Wrap words to a specified length.
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).
decamelize
Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
text-table
borderless text tables with alignment
markdown-to-txt
Convert markdown to plain text
leven
Measure the difference between two strings using the Levenshtein distance algorithm