word-counter-solution
v1.0.2
Published
Word Counter is a simple command-line application built with Node.js that allows you to count the number of words and characters in a paragraph of text.
Downloads
1
Readme
Word Counter
Word Counter is a simple command-line application built with Node.js that allows you to count the number of words and characters in a paragraph of text.
Features
- Count the number of words
- Count the number of characters
- Interactive command-line interface
Getting Started
- Make sure you have Node.js installed on your computer.
- Clone this repository or download the source code.
- Install the project dependencies.
You can install this calculator globally using npm by running the following command:
npm i word-counter-solution
This addition informs users that they can run your program using
npx word-counter-solution
making it convenient for those who don't want to install it globally.
License
This project is licensed under the ISC License