mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2024-11-05 04:38:52 +01:00
Fix inquirer url
This commit is contained in:
parent
fd06afd475
commit
517089422b
@ -190,7 +190,7 @@ Some fine resources to write your own CLI App.
|
||||
### Node frameworks and packages
|
||||
|
||||
- [meow](https://github.com/sindresorhus/meow) - The most simple way to write small CLI modules including argument parsing.
|
||||
- [inquirer](https://github.com/dthree/vorpal) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API.
|
||||
- [inquirer](https://github.com/SBoudrias/Inquirer.js) - A collection of common interactive command line user interfaces like checkboxes, radio buttons etc. with a simple but powerful API.
|
||||
- [Vorpal](https://github.com/dthree/vorpal) - Complete solution for creating interactive apps. Includes UI features from inquirer.
|
||||
|
||||
### Node Command-line utilities
|
||||
|
Loading…
Reference in New Issue
Block a user