Count CLI
About
Count files and directories including hidden and visible items
How to Install
First, install the CLI by npm:
$ npm install -g count-cli
How to Use
$ count-cli [options]
Instead of count-cli
you can use aliases: count
& cc
Options
-r, --recursive
output result including files from subdirectories-x, --exclude [dirs ...]
output result without given files & directories-i, --include [dirs ...]
output result for given files & directories
License
This project is licensed under the MIT License © 2020-present Jakub Biesiada