@saqib40/wc-tool

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @saqib40/wc-tool

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

353 kB

Total Files

6

Last publish

Collaborators

  • saqib40