inquirer-emoji
v1.0.2
Published
Emoji search and select prompt for inquirer.
Downloads
13
Maintainers
Readme
😎 inquirer-emoji
Emoji search and select prompt for Inquirer.js based on emoj.
Usage
Register the prompt with inquirer:
inquirer.registerPrompt('emoji', require('inquirer-emoji'))
Call the prompt:
return inquirer.prompt([
{
type: 'emoji',
name: 'spirit_animal',
message: 'Find your spirit animal emoji:'
}
]);
Related
- inquirer - A collection of common interactive command line user interfaces
- emoj - Find relevant emoji from text on the command-line
Author
Tanner Nielsen [email protected]
License
MIT