inquirer-emoji

Emoji search and select prompt for inquirer.

Usage no npm install needed!

<script type="module">
  import inquirerEmoji from 'https://cdn.skypack.dev/inquirer-emoji';
</script>

README

😎 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