Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

e-conomic/folder-size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Archived

Tech Leads: Repository archived due to inactivity in more than 6 months. Please remember to add a CODEOWNERS file to the root of the repository when unarchiving.

folder-size

Installation

npm install folder-size

Usage

var folderSize = require('folder-size');
folderSize('./some-dir', { ignoreHidden: true }, function(err, data) {
	console.log(err, data);
});

Options

ignoreHidden

Ignores files and folders that begins with .

License

MIT

About

get combined file size per extension

Resources

Stars

Watchers

Forks

Packages

No packages published