saifi-developer-word-counter
v1.0.0
Published
Welcome to Saifi Developer's CLI Word Counter! This simple command-line tool allows you to analyze sentences or words and provides information about the number of words and characters.
Downloads
2
Readme
Word Counter
Welcome to Saifi Developer's CLI Word Counter! This simple command-line tool allows you to analyze sentences or words and provides information about the number of words and characters.
How to Use
- Clone the repository:
git clone https://github.com/Riaz-Hussain-Saifi/Word-Counter.git
- Navigate to the project directory:
cd Word-Counter
- Install dependencies:
npm install
- Run the Word Counter:
npm start
Follow the prompts to enter a sentence or word to analyze. The tool will provide you with the word count, character count, and additional observations.
You can analyze multiple inputs sequentially until you choose to exit.
Dependencies
- inquirer: Used for interactive command-line user interface.
- chalk: Used for styling command-line output with colors.
License
This project is licensed under the MIT License.
Author
Contributing
If you would like to contribute to this project, please fork the repository and submit a pull request