Skip to content

saqib40/WC-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WC Tool

A command-line tool built with Node.js and TypeScript to count the number of lines, words, and bytes in a file.

Installation

To install it globally

npm install -g @saqib40/wc-tool

To install it locally

npm install @saqib40/wc-tool

Usage

To count lines

ccwc -l myFile.txt

To count words

ccwc -w myFile.txt

To count bytes

ccwc -c myFile.txt

To count lines, words, and bytes

ccwc myFile.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published