@muhammad-mubeen-javed/word-counter
v1.0.0
Published
Word Counter is a simple command-line tool that counts the number of words. It is designed to be simple and efficient for quick text analysis.
Downloads
1
Readme
Word Counter
Overview
Word Counter is a simple command-line tool that counts the number of words. It is designed to be simple and efficient for quick text analysis.
Features
- Count word
- Simple & easy to use
- Display results in a user-friendly format
Installation
Clone the repository:
git clone https://github.com/NotAnonymousUser/Word-Counter.git cd Word-Counter
Install dependencies:
npm install
Usage
Run the Word Counter:
node index.js
Example output:
Your sentence has 4 words
Contributing
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
Author
Muhammad Mubeen Javaid