1.0.1 • Published 4 years ago

@tinysource/sizer v1.0.1

Weekly downloads
-
License
Unlicense
Repository
github
Last release
4 years ago

@tinysource/sizer

Determine the compiled, minified, and compressed size of a single Typescript file.

This is the official size determination for the TinySource project.

Files are compiled using the Typescript compiler, minified using Terser, and compressed using the Node.js zlib built-in.

Usage

npx @tinysource/sizer <filename>

The size in bytes will be printed to STDOUT.

1.0.1

4 years ago

1.0.0

4 years ago