@balam314/count-lines-cli
v1.1.1
Published
A simple script to count lines of files in a directory
Downloads
144
Readme
count-lines-cli
A simple NPM script to count lines of files.
Usage
Usage: count-lines [--ignoreEmptyLines] [pattern]
Pattern: a glob pattern for files to count lines in.
--ignoreEmptyLines: if specified, empty lines are ignored when counting. May decrease performance.
Repo status
This is "maintained". I may never make another commit, but it should keep working fine.
If it breaks, please create an issue or I may never find out. If you want to make a PR adding features or fixing bugs, please do.