cmpstr-cli
Version:
Simple CLI wrapper for the CmpStr package to normalize and compare strings directly via terminal
23 lines (22 loc) • 796 B
TypeScript
/**
* CmpStr CLI
*
* Command-line interface for the lightweight CmpStr package.
*
* This CLI enables direct access to CmpStr’s core features such as string normalization,
* similarity scoring, phonetic indexing, and matrix comparison via the terminal.
*
* Many commands accept plain strings or file paths as input. The CLI is designed to be
* modular, user-friendly, and scriptable, supporting both quick one-off operations and
* integration into larger workflows.
*
* Global options allow configuration file usage, output redirection, asynchronous
* processing, and verbose logging. Each command provides fine-grained control over
* its operation through dedicated options.
*
* @author Paul Köhler (komed3)
* @license MIT
* @version 1.1.2
*/
export {};