tiny-file-size
TypeScript icon, indicating that this package has built-in type declarations

0.4.1 • Public • Published

tiny-file-size npm

CLI tool for calculating size of files on disk. Can optionally display sizes after gzip and brotli.

Screenshot

Install

npm install -g tiny-file-size

# or

yarn add -g tiny-file-size

# or

pnpm add -g tiny-file-size

Usage

file-size --gzip --brotli foo.js README.md example.json

Help

You can run file-size --help to get a help message:

Usage:
  file-size [options] [globs...]

Options:
  -h, --help                     Show help
  -g, --gzip                     Include gzip size in output
  -b, --brotli                   Include brotli size in output
      --total                    Include total size in output
      --json                     Print result as json
  -v, --version                  Print the current version and exit

Examples:
  # Show sizes of files foo.js and bar.json
  file-size foo.js bar.json

  # Include sizes after gzip and brotli
  file-size --gzip --brotli foo.js bar.json

  # Print output as JSON
  file-size --json foo.js bar.json

Package Sidebar

Install

npm i tiny-file-size

Weekly Downloads

4

Version

0.4.1

License

MIT

Unpacked Size

28.6 kB

Total Files

10

Last publish

Collaborators

  • pajecawav