Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@syedahoorainali/word-counter

Word Counter CLI: A Node.js tool for efficiently counting words in sentences, offering a streamlined interface and colorful output for easy text analysis.

Word Counter, CLI tool, Node.js, Command-line interface, Text analysis, Word counting, Sentence analysis, Inquirer.js, Chalk.js, NPM package

readme

Word Counter CLI

Word Counter CLI is a simple command-line tool built with Node.js for quickly counting words in sentences.

Features

  • Enter any sentence to get the word count instantly.
  • Streamlined interface for efficient word counting tasks.
  • Colorful output for enhanced readability.

Usage

  • Run the application: npx @syedahoorainali/word-counter
  • Input your sentence when prompted.
  • Press Enter to see the word count displayed.

Technologies Used

  • Node.js
  • inquirer
  • chalk

Contributors