Documentation

Get started with the Lemonize CLI in a minute.

Install the CLI

npm install -g @lemonize/cli

Authenticate

Point at a custom registry with the command below.

lem login
lem config set registry https://registry.lemonize.cyou

Publish

lem init && lem publish

Install & run

lem add @demo/utils
lemx create-lemon-app -- --template minimal

How delivery works

Tarballs are stored immutably in Cloudflare R2 and streamed through the Worker download gateway with a one-year immutable cache header. Metadata is cached briefly with stale-while-revalidate. The CLI verifies SHA-512 integrity before extraction.

Cache-Control: public, max-age=31536000, immutable