inquirer-emoji

1.0.2 • Public • Published

😎 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

Package Sidebar

Install

npm i inquirer-emoji

Weekly Downloads

29

Version

1.0.2

License

MIT

Unpacked Size

3.51 kB

Total Files

4

Last publish

Collaborators

  • tannerntannern