CLI tool for uploading files to Athars CDN with chunked upload, concurrent upload, progress bar, and auto-copy clipboard. Version 1.0.0, built with Node.js native streams, axios, commander, and cli-progress. Differentiator: supports large file uploads via 50MB chunks and concurrent chunk transfer for speed and stability.
npm install athars-cdn-cliNo compatibility data collected yet for this library.
Install dependencies and upload a file using Docker (since global link may not work).
Run `npm link` after install and use `athars` command.
Use manual copy after upload completes.
Run `npm link` in the package directory.
The tool automatically splits files into 50MB chunks; ensure no manual chunking is attempted.