sindresorhus / leven-cli

Measure the difference between two strings using the Levenshtein distance algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Measure the difference between two strings using the Levenshtein distance algorithm

License:MIT License


Languages

Language:JavaScript 100.0%