sindresorhus / leven
Measure the difference between two strings with the fastest JS implementation of the Levenshtein distance algorithm
☆722Updated last week
Alternatives and similar repositories for leven:
Users that are interested in leven are comparing it to the libraries listed below
- Delay a promise a specified amount of time☆614Updated last year
- Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!☆355Updated 10 months ago
- Find a file or directory by walking up parent directories☆604Updated last month
- Simple “Least Recently Used” (LRU) cache☆692Updated 2 weeks ago
- Promisify a callback-style function☆1,504Updated 2 years ago
- Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical i…☆1,112Updated 2 months ago
- Get a stream as a string, Buffer, ArrayBuffer or array☆347Updated 5 months ago
- Extracting archives made easy☆417Updated 2 years ago
- Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.☆1,107Updated last month
- A Node.js file system walker with a Readable stream interface. Extracted from fs-extra.☆319Updated 2 years ago
- Pretty unicode tables for the command line☆561Updated 5 months ago
- Create text-based columns suitable for console output. Supports cell wrapping.☆431Updated last year
- Get a random temporary file or directory path☆428Updated last year
- Copy files☆428Updated 8 months ago
- Simple micro templating☆362Updated 2 years ago
- Extends minimatch.match() with support for multiple patterns☆302Updated last year
- Promisify an event by waiting for it to be emitted☆434Updated last year
- Get the visual width of a string - the number of columns required to display it☆487Updated 9 months ago
- Update notifications for your CLI app☆1,771Updated 4 months ago
- Matches strings against configurable strings, globs, regular expressions, and/or functions☆392Updated last year
- Get stdin as a string or buffer☆337Updated last year
- Memoize promise-returning & async functions☆405Updated last year
- Strip comments from JSON. Lets you use comments in your JSON files!☆604Updated last year
- Temporary file and directory creator for node.js☆752Updated 2 weeks ago
- Make a directory and its parents if needed - Think `mkdir -p`☆478Updated 11 months ago
- node byte string parser☆468Updated 9 months ago
- Get, set, or delete a property from a nested object using a dot path☆835Updated 11 months ago
- Convert bytes to a human readable string: 1337 → 1.34 kB☆1,140Updated 3 months ago
- Implements the node.js require.resolve() algorithm☆782Updated 3 months ago
- Join all arguments together and normalize the resulting url.☆362Updated 11 months ago