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