8000 GitHub - sindresorhus/leven-cli: Measure the difference between two strings using the Levenshtein distance algorithm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Measure the difference between two strings using the Levenshtein distance algorithm

License

Notifications You must be signed in to change notification settings

sindresorhus/leven-cli

Repository files navigation

leven-cli

Measure the difference between two strings using the Levenshtein distance algorithm

Install

$ npm install --global leven-cli

Usage

$ leven --help

  Example
    $ leven cat cow
    2

Related

  • leven - API for this module
0