Skip to content

wangwangwin235/text-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

text-stats

A tiny Node.js CLI that prints basic text statistics. Counts lines, words, characters, and UTF-8 bytes.

Run

  • From a file: node main.js path/to/file.txt
  • From stdin: cat file.txt | node main.js
  • Help: node main.js --help

About

Print simple text statistics (lines, words, chars, bytes) from a file or stdin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors