wordcounter-maxi
v1.0.4
Published
simple counting word in your text file
Downloads
5
Readme
Word Counter CLI
A simple command-line tool that reads a text file and counts how many times each word appears. This tool is perfect for quick text analysis, word frequency checking, and basic natural language processing tasks.
Features
- Counts the occurrences of each word in a file.
- Filters out non-alphabet characters to focus on word counts.
- Case-insensitive word matching.
- Provides an option to search for a specific word in the file.
- Fast and lightweight, runs directly in the command line.
Prerequisites
Before using this tool, make sure you have Node.js installed on your system. This tool works with npx
or after being installed globally with npm.
Installation
Option 1: Use with npx
(No Installation Required)
To use the tool without installing it globally, simply run it with npx
:
npx word-max <path-to-your-file>