We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d47dd commit ee16061Copy full SHA for ee16061
packages/prompts/README.md
@@ -484,6 +484,20 @@ Directory size: 123M
484
Delete
485
```
486
487
+[**Ordered Checkbox Prompt**](https://github.com/kyou-izumi/inquirer-ordered-checkbox)<br/>
488
+A sortable checkbox prompt that maintains the order of selection. Perfect for prioritizing tasks or ranking options.
489
+
490
+```
491
+? Configure your development workflow:
492
+ [1] Set up CI/CD pipeline
493
+❯ [3] Code quality tools
494
+ [ ] Documentation
495
+ [2] Performance monitoring
496
+ ──────────────
497
+- Legacy system (disabled)
498
+(Linting, formatting, and analysis)
499
500
501
# License
502
503
Copyright (c) 2023 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))<br/>
0 commit comments