Skip to content

code-pankaj/wcount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wcount 📄🔢

A simple CLI tool to count words in a file

🚀 Installation

Clone the repository and install it globally:

git clone https://github.com/code-pankaj/wcount.git  
cd wcount  
npm link  

Now you can use wcount from anywhere! 🎉


🛠 Usage

Run the command followed by the file path:

wcount myfile.txt

Example output:

Total words: 123

📦 Features

✅ Accurate word counting
✅ Handles multiple spaces & newlines
✅ Ignores punctuation
✅ Lightweight & fast


🔗 Contributing

Feel free to fork, create issues, or submit PRs!


📜 License

MIT License


⭐ If you like this tool, don't forget to star the repo!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published