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!
- Displays the size of a directory and its files
- Easy to use
- Lightweight
To bring sizeitup into your life, simply run:
npm install -g sizeitup
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.
-
--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.
sizeitup ./example-dir --show-files
It's time to sizeitup and see which directories need to hit the digital gym!
If you are still having difficulty, we would love for you to post a question to the Size It Up issues page. It is much easier to answer questions that include your code and relevant files! So if you can provide them, we'd be extremely grateful (and more likely to help you find the answer!)
Ask us to have your project listed! :)