Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 294 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 294 Bytes

size-cli

CLI that helps you to get size of file/directory

usage

Installing

npm i size-cli -g

or with yarn

yarn global add size-cli

Usage

size <Directory/File>

e.g:

size README.md

or

size node_modules