Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
@toy-kit/text-diff
Text difference comparison tool
onp
Text diff algorithm based on 'An O(NP) Sequence Comparison Algorithm' from Sun Wu, Udi Manber and Gene Myers
copy-text-to-clipboard
Copy text to the clipboard in modern browsers (0.2 kB)
leven
Measure the difference between two strings using the Levenshtein distance algorithm
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
js-levenshtein
The most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
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.