@promethean-os/duck-tools
v0.0.0
Published
Simple smoke test for blob framing: reads a file, chunks to 1 MiB, computes sha256, prints stats.
Readme
duck-tools smoke CLI
Simple smoke test for blob framing: reads a file, chunks to 1 MiB, computes sha256, prints stats.
Usage
pnpm -F @promethean-os/duck-tools build
node dist/smoke.js ./path/to/file.binOutput (example):
{
"chunks": 9,
"totalBytes": 8703181,
"streamedBytes": 8703181,
"reducedBytes": 8703181,
"sha256": "❤️..."
}