Installation
Optique is a family of packages. Most users start with the two foundational packages, each of which is available on both JSR and npm:
deno add --jsr @optique/core @optique/runnpm add @optique/core @optique/runpnpm add @optique/core @optique/runyarn add @optique/core @optique/runbun add @optique/core @optique/runAdditional packages provide integrations for config files, environment variables, prompts, Temporal, Git, schema validators, LogTape, and man page generation.
You may want to use Optique in a web browser, in which case you would only install the @optique/core package:
deno add jsr:@optique/corenpm add @optique/corepnpm add @optique/coreyarn add @optique/corebun add @optique/core