https://github.com/devsargam/upload-it
simple cli just upload it
https://github.com/devsargam/upload-it
Last synced: 3 months ago
JSON representation
simple cli just upload it
- Host: GitHub
- URL: https://github.com/devsargam/upload-it
- Owner: devsargam
- Created: 2025-05-15T20:34:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-23T10:39:04.000Z (3 months ago)
- Last Synced: 2026-03-30T17:49:24.729Z (3 months ago)
- Language: TypeScript
- Homepage: https://uploadit.app
- Size: 3.91 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upload-it
Share files from your terminal in seconds. Built for developers and agents.
## Install
```bash
npm i -g @devsargam/upload-it
```
## Usage
```bash
# Upload a file (no account needed, expires in 24h)
upload-it photo.png
# Login for 7-day storage
upload-it login
# List your files
upload-it list
# Logout
upload-it logout
```
## Tech Stack
- **CLI** — TypeScript, Node.js
- **API** — Hono on Cloudflare Workers
- **Storage** — Cloudflare R2
- **Auth** — Email OTP with JWT
- **Frontend** — React Router
## Author
[@devsargam](https://github.com/devsargam)