Release EdgeKit 2.0 Released
Active

Unique CLI

A fast, scriptable command-line toolkit for scaffolding, deploying, and managing open web projects.

Go MIT 842 stars 96 forks

Unique CLI is a single binary that streamlines the entire lifecycle of an open web project — scaffolding, local development, building, and deploying to the edge.

Features

  • Zero-config project scaffolding for common stacks
  • Built-in local dev server with live reload
  • One-command deploys to Cloudflare Pages and other static hosts
  • Extensible plugin system

Install

curl -fsSL https://get.itisuniqueofficial.com/cli | sh
unique --version

Why Go

A single static binary means no runtime dependencies and instant startup — ideal for a tool you run dozens of times a day.