@climbr/demo
v0.1.2
Published
Demo CLI built with @climbr/core
Downloads
237
Maintainers
Readme
@climbr/demo
A reference CLI built with @climbr/core that exercises the main features of the framework.
Usage
npx @climbr/demo <command>
# or
npx climbr-demo <command>Commands
display
Runs through every output and messaging utility available in @climbr/core: inline messages, boxed messages, spinner, and value formatting.
climbr-demo display
climbr-demo display --debug # also shows debug outputinputs
Exercises every interactive prompt type: text, number, password, boolean, select, search, confirm, array, and config-backed defaults.
climbr-demo inputsgreet <name>
A minimal plugin command registered via .use() rather than auto-discovery — demonstrates explicit command registration.
climbr-demo greet World
climbr-demo greet World --uppercaseconfig
Built-in config command provided by the framework. Reads and writes persistent, Zod-validated configuration.
climbr-demo config get
climbr-demo config set
climbr-demo config deleteSource
The source lives in the climbr monorepo under packages/demo.
