UNPKG

words-counter-app

Version:

A CLI tool to count words in a text file

11 lines (6 loc) 194 B
# word-counter-cli A simple CLI tool to count word frequency in a text file. ## 📦 Installation ```bash npm install -g word-counter-cli wordcount <path-to-file> [word-to-filter]