ahmed04_word_counter
v1.0.3
Published
A Typescript based word counter game using inquirer to interact with user and chalk for a beautiful CL
Downloads
4
Readme
Welcome to the Word Counter Game! This is a TypeScript-based word counter utility that allows you to input a sentence and see the total number of words in it.
To use the Word Counter Game, you need to have Node.js installed on your system. Then, you can install it via npm:
npm install ahmed04_word_counter Once installed, you can run the game from your terminal with the following command:
npx ahmed04_word_counter Follow the on-screen instructions to enter a sentence, and the game will display the total number of words in it.