shahbaz-project05-word-counter

1.0.2 • Public • Published

Word Counter CLI

The Word Counter CLI (Built Using TypeScript & Node.js) is a command-line tool that allows users to input text and provides various statistics related to the input. It counts alphabetic characters, words, special characters, and numeric characters.

Install

  # Install globally (recommended to avoid installation again & again).
  npm install -g shahbaz-project05-word-counter

  #run directly with npx (installs CLI on every run)
  npx shahbaz-project05-word-counter

Features

The application provides the following features:

  • Counts alphabetic characters (a-z & A-Z)
  • Calculates word count (excluding whitespaces)
  • Identifies Special Characters (e.g., &, *, $, [], _, +, etc.)
  • Tracks Numeric characters.
  • Display Result in a User Friendly manner using Table.

Preview



Deployment

This CLI is deployed as Pacage on Node Pacage Manager

Dependencies

The application uses the following Dependencies:

  • @types/inquirer ^9.0.7
  • chalk ^5.3.0
  • cli-table3 ^0.6.3
  • ora: ^8.0.1
  • inquirer ^9.2.12

Readme

Keywords

none

Package Sidebar

Install

npm i shahbaz-project05-word-counter

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

99.6 kB

Total Files

16

Last publish

Collaborators

  • shahbaz1111