Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

awesome-cli/count-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM version NPM downloads

About

Count files and directories including hidden and visible items

Prerequisites

  • Node.js
  • npm/Yarn

How to Install

First, install the CLI by npm:

$ npm install -g count-cli

Or Yarn:

$ yarn global add count-cli

How to Use

$ count-cli [options]

Instead of count-cli you can use aliases: count & cc

Options

  • -s, --size output files size
  • -r, --recursive [depth] 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