Skip to content

Commit

Permalink
Add Plugins Section to README.md (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekTBrown authored and SBoudrias committed Jun 23, 2017
1 parent 810c138 commit babdfb2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,7 @@ A collection of common interactive command line user interfaces.
4. [News](#news)
5. [Contributing](#contributing)
6. [License](#license)
7. [Plugins](#plugins)


## Goal and Philosophy
Expand Down Expand Up @@ -352,3 +353,19 @@ to [@vaxilart](https://twitter.com/Vaxilart)) or just add your name to [the wiki

Copyright (c) 2016 Simon Boudrias (twitter: [@vaxilart](https://twitter.com/Vaxilart))
Licensed under the MIT license.

## Plugins
<a name="plugins"></a>

### Prompts ###

[__autocomplete__](https://github.com/mokkabonna/inquirer-autocomplete-prompt)<br>
Presents a list of options as the user types, compatible with other packages such as fuzzy (for search)<br>
<br>
![autocomplete prompt](https://github.com/mokkabonna/inquirer-autocomplete-prompt/raw/master/inquirer.gif)

[__datetime__](https://github.com/DerekTBrown/inquirer-datepicker-prompt)<br>
Customizable date/time selector using both number pad and arrow keys<br>
<br>
![Datetime Prompt](https://github.com/DerekTBrown/inquirer-datepicker-prompt/raw/master/example/datetime-prompt.png)

0 comments on commit babdfb2

Please sign in to comment.