1.0.0 • Published 4 years ago

count-cli v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Count CLI

NPM version NPM downloads

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