2.0.0 • Published 3 years ago

leven-cli v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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