1.0.1 • Published 1 month ago

@saqib40/wc-tool v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

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
1.0.1

1 month ago

1.0.0

1 month ago