leven-cli

Measure the difference between two strings using the Levenshtein distance algorithm

Usage no npm install needed!

<script type="module">
  import levenCli from 'https://cdn.skypack.dev/leven-cli';
</script>

README

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