1.0.12 • Published 4 years ago

sizof v1.0.12

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Sizof

Check the size of files and folders from the CLI

Accepts paths and glob patterns.

sizof animation

Install

$ npm install --dev sizof

or

$ npm install --global sizof

Usage

$ sizof --help

  Usage
    $ sizof <path|glob> [...]

  Examples
    $ sizof bundler.js
    $ sizof '*.js' '!*.min.js'

  Options
    --json -j     Output the result as JSON

Tip

Add script in your package.json to check size of build folder.

"scripts": {
  "size": "sizof dist/*.min.*"
}

License

MIT © Gabriel Nobrega

1.0.12

4 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.0.0

5 years ago