Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 361 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 361 Bytes

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