Skip to content

itw-creative-works/sizeitup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation




Site | NPM Module | GitHub Repo

Size It Up is an NPM module for backend and frontend developers that logs the size of a directory and its files.

Ever wondered how much digital weight your directories are carrying? Look no further! Introducing sizeitup - an easy command-line tool that displays directory and file sizes. It's time to shed those digital pounds!

Features

  • Displays the size of a directory and its files
  • Easy to use
  • Lightweight

Installation

To bring sizeitup into your life, simply run:

npm install -g sizeitup

Usage

To let sizeitup work its magic on a given directory, run:

sizeitup <directory> [--show-files] [--depth <depth>]

Replace <directory> with the path to the directory you want to analyze.

Flags

  • --show-files: Include files adn their sizes in the output - because we all know size matters!
  • --depth <depth>: Specify the depth of the directory tree to display. The default is Infinity.

Example

sizeitup ./example-dir --show-files

It's time to sizeitup and see which directories need to hit the digital gym!

About

Log the directory and file sizes in your project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published