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