wordsginti
v1.0.1
Published
CLI tool to count words in a file
Downloads
160
Readme
📊 Wordscounter CLI
A simple and powerful CLI tool to count word frequency from any text file.
🚀 Features
- Count total words
- Count unique words
- Display word frequency
- Works with any text file
📦 Installation
Using NPX (recommended)
npx wordscounter ./test1.txtGlobal install
npm install -g wordscounter
wordscounter ./test1.txt🛠️ Tech Stack
- Node.js
- JavaScript (ES Modules)
📸 Example Output
📊 Word Frequency:
{ hello: 2, world: 1 }
📈 Stats:
Total Words: 3
Unique Words: 2👨💻 Author
Dipak Dubey
