Skip to content

Commit

Permalink
Add inquirer-select-pro community prompt (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwcx committed May 11, 2024
1 parent f20020b commit 90a914e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/prompts/README.md
Expand Up @@ -311,6 +311,22 @@ The same as built-in checkbox prompt, but also allowing to reorder choices using
◯ PR 3
```

[**Multi Select Prompt**](https://github.com/jeffwcx/inquirer-select-pro)

An inquirer select that supports multiple selections and filtering/searching.

```
? Choose your OS, IDE, PL, etc. (Press <tab> to select/deselect, <backspace> to remove selected
option, <enter> to select option)
>> vue
>[ ] vue
[ ] vuejs
[ ] fuelphp
[ ] venv
[ ] vercel
(Use arrow keys to reveal more options)
```

# License

Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/>
Expand Down

0 comments on commit 90a914e

Please sign in to comment.