sumo-search
v1.0.0
Published
A CLI tool to count and search words in files
Downloads
15
Maintainers
Readme
🥋 Sumo-Search
⚡ A simple CLI tool to count, search, and check words in any file.
🚀 Installation
🌍 Install globally using npm
npm install -g sumo-search📦 Install as a project dependency
npm install sumo-search🛠️ Install as a dev dependency
npm install --save-dev sumo-search⚡ Run directly without installing using npx
npx sumo-search ./file.txt🎯 Usage
📋 Show all words count
sumo-search ./file.txt🔍 Search specific word count
sumo-search ./file.txt for✅ Check if word exists in file
sumo-search ./file.txt for --exists🚩 Flags
| Flag | Description |
|------|-------------|
| --exists | Check if a word exists in the file |
📌 Requirements
- ✅ Node.js v14+
👨💻 Author
KumarDev0
📄 License
ISC
