Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 587 Bytes

File metadata and controls

37 lines (25 loc) · 587 Bytes

upload-it

Share files from your terminal in seconds. Built for developers and agents.

Install

npm i -g @devsargam/upload-it

Usage

# 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