Get the actual size of any local or remote package
- What is
sizium? - π Installation
- β More
- π¨βπ» Development
- β€οΈ Donate
- π License
- β¨ About us
sizium is a opensource tool to get the actual size of any local or remote package.
Library usage:
import {Sizium} from 'sizium'
// Get size from remote
const pkg = new Sizium('chalk@5.4.1')
const data = await pkg.get()
console.log(data.size) // size in bytesimport {Sizium} from 'sizium'
// Get size from local
const pkg = new Sizium('./package.json')
const data = await pkg.get()
console.log(data.size) // size in bytesCLI usage:
sizium -i chalknpm install @sizium/core
# or
pnpm install @sizium/core
# or
yarn add @sizium/core
# or
bun add @sizium/core
# or
deno add @sizium/core- π Core
- π Api
- π’ Cli
- Api-client
- Lib
- Node-server
Sizium is an open-source project and its development is open to anyone who wants to participate.
Help us to develop more interesting things.
This software is licensed with MIT.
PigeonPosse is a code development collective focused on creating practical and interesting tools that help developers and users enjoy a more agile and comfortable experience. Our projects cover various programming sectors and we do not have a thematic limitation in terms of projects.
| Name | Role | |
|---|---|---|
![]() |
Angelo | π Author |
![]() |
PigeonPosse | π’ Organization |


