Documentation
Get started with the Lemonize CLI in a minute.
Install the CLI
npm install -g @lemonize/cliAuthenticate
Point at a custom registry with the command below.
lem loginlem config set registry https://registry.lemonize.cyouPublish
lem init && lem publishInstall & run
lem add @demo/utilslemx create-lemon-app -- --template minimalHow 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