tannerntannern / inquirer-emoji

Emoji search and select prompt for inquirer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

😎 inquirer-emoji

npm version

Emoji search and select prompt for Inquirer.js based on emoj.

Demo

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 tannerntannern@gmail.com

Website | GitHub

License

MIT

About

Emoji search and select prompt for inquirer

License:MIT License


Languages

Language:JavaScript 100.0%