word-count-app

1.0.1 • Public • Published

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

  1. When you run the application, it will prompt you to enter the text you want to count words in.
  2. Enter your text and press Enter.
  3. 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.

/word-count-app/

    Package Sidebar

    Install

    npm i word-count-app

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    15.6 kB

    Total Files

    5

    Last publish

    Collaborators

    • typescriptkamran