mirror of
https://github.com/agarrharr/awesome-cli-apps
synced 2024-12-22 21:00:25 +01:00
Merge pull request #31 from dthree/patch-1
Fixed capitalization of Inquirer.js
This commit is contained in:
commit
38ef21e4c1
@ -202,8 +202,8 @@ Some fine resources to write your own CLI App.
|
|||||||
### Node frameworks and packages
|
### Node frameworks and packages
|
||||||
|
|
||||||
- [meow](https://github.com/sindresorhus/meow) - The most simple way to write small CLI modules including argument parsing.
|
- [meow](https://github.com/sindresorhus/meow) - The most simple way to write small CLI modules including argument parsing.
|
||||||
- [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.
|
- [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.
|
- [Vorpal](https://github.com/dthree/vorpal) - Complete solution for creating interactive apps. Includes UI features from [Inquirer.](https://github.com/SBoudrias/Inquirer.js).
|
||||||
|
|
||||||
### Node Command-line utilities
|
### Node Command-line utilities
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user