https://github.com/liuhuapiaoyuan/disk-usage
https://github.com/liuhuapiaoyuan/disk-usage
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/liuhuapiaoyuan/disk-usage
- Owner: liuhuapiaoyuan
- Created: 2023-09-03T16:27:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-03T17:09:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T12:18:45.962Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Directory Size Calculator
This is a Node.js script that calculates the disk usage of directories in the current directory.
## Installation
```
npm i -g @suntree/disk-usage
```## Usage
1. Open a terminal or command prompt.
2. Navigate to the directory where you cloned or downloaded this repository.
3. Run the following command:```
disk-usage js
```Replace `` with the actual path of the directory you want to calculate the disk usage for.
4. The script will recursively calculate the disk usage for each subdirectory and display the results in the terminal.
## Example
To calculate the disk usage of the "my-folder" directory located in the current directory:
```
disk-usage js my-folder
```## Notes
- The script may take some time to calculate the disk usage, especially for large directories.
- The disk usage is displayed in a human-readable format (e.g., "1.23 MB", "500 KB").
- The script does not calculate the disk usage of individual files, only directories.## License
This project is licensed under the [MIT License](LICENSE).