ai_word_counter
v3.0.2
Published
Word Counter App
Downloads
5
Readme
Word Counter CLI
This is a simple command-line application built with Node.js that counts the number of words in a given sentence.
Features
- Prompts the user to enter a sentence.
- Splits the sentence into words.
- Counts and displays the number of words in the sentence.
Installation
You can install the Word Counter CLI via npm:
npm i ai_word_counter
Usage
To run the application, use the following command in your terminal:
npx ai_word_counter
Summary
The application will prompt you to enter a sentence. After entering your sentence, it will display the words in the sentence and the total word count.
License
This project is licensed under the MIT License.
Author
✨ Aisha ✨