clack-wrapper
v0.1.6
Published
this is a wrapper for @clack/prompts
Downloads
4
Maintainers
Readme
clack-wrapper
this is a wrapper for @clack/prompts
Benefits
- auto close program when cancel handler
- no symbol type returned because of the cancel handler
- select/multiSelect returned type infers its type from the passed options
To install:
npm:
npm install clack-wrapper
pnpm:
pnpm add clack-wrapper
yarn:
yarn add clack-wrapper
bun:
bun add clack-wrapper