[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

Update README.md

authored by

Nate Moore and committed by
GitHub
(Feb 17, 2023, 6:11 AM -0600) 021f3963 d07b6a57

+3 -3
+3 -3
packages/prompts/README.md
··· 2 2 3 3 Effortlessly build beautiful command-line apps 🪄 [Try the demo](https://stackblitz.com/edit/clack-prompts?file=index.js) 4 4 5 - ![clack-prompt](https://user-images.githubusercontent.com/7118177/218462018-bb41eff4-5335-4abe-9eeb-31e8c8402713.gif) 5 + ![clack-prompt](https://github.com/natemoo-re/clack/blob/main/.github/assets/clack-demo.gif) 6 6 7 7 --- 8 8 9 9 `@clack/prompts` is an opinionated, pre-styled wrapper around [`@clack/core`](https://www.npmjs.com/package/@clack/core). 10 10 11 - - 🤏 Only 4 kB gzip (80% smaller than `prompts`) 11 + - 🤏 80% smaller than other options 12 12 - 💎 Beautiful, minimal UI 13 13 - ✅ Simple API 14 - - 🧱 Comes with `text`, `confirm`, `select`, and `spinner` components 14 + - 🧱 Comes with `text`, `confirm`, `select`, `multiselect`, and `spinner` components 15 15 16 16 ## Basics 17 17