clack-wrapper
v0.1.6
Published
this is a wrapper for @clack/prompts
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-wrapperpnpm:
pnpm add clack-wrapperyarn:
yarn add clack-wrapperbun:
bun add clack-wrapper