1.0.1 • Published 2 years ago
@saqib40/wc-tool v1.0.1
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-toolTo install it locally
npm install @saqib40/wc-toolUsage
To count lines
ccwc -l myFile.txtTo count words
ccwc -w myFile.txtTo count bytes
ccwc -c myFile.txtTo count lines, words, and bytes
ccwc myFile.txt