wcounterx
v1.0.1
Published
A CLI tool to count occurrences of a word in a file
Maintainers
Readme
Word Counter CLI
A simple CLI tool to count occurrences of a word in a file.
Installation
npx wcounterx <file-path> <word> OR
npm install -g wcounterxUsage
wcounterx file.txt helloOR
npx wcounterx file.txt hello