UNPKG

@sizium/cli

Version:

Get the actual size of any local or remote package

16 lines (14 loc) 315 B
#!/usr/bin/env node import { u as updater, r as run, p as pkg } from './shared/cli.Dbm_zI8c.mjs'; import '@sizium/core'; import 'node:util'; import 'node:process'; import '@clippium/updater'; const init = async () => { await updater({ name: pkg.name, version: pkg.version }); await run(); }; init();