word-count-app
v1.0.1
Published
Simple word count application
Downloads
2
Readme
Word Count App
Description
This is a simple word count application built in TypeScript. It allows you to input a text, and it will count the number of words in the provided text.
Installation
You can use the npx
command to run the word count application without installing it globally. Just execute the following command:
npx word-count-app
Usage
- When you run the application, it will prompt you to enter the text you want to count words in.
- Enter your text and press Enter.
- The application will display the word count for the entered text.
Example
Here's how you can use the word count application:
npx word-count-app
Repository
Dependencies
License
This project is licensed under the ISC License. See the LICENSE file for details.
Author
[Muhammad Kamran]
Feel free to contribute or report issues in the GitHub repository.