Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.13 KB

slack-emojifier

Installation

npm install -g slack-emojifier

ImageMagick or GraphicsMagick must be installed!

Usage

Usage: emojify <command> [options]

Commands:
  create  Create and upload an emoji grid

Options:
  -s, --subdomain  Slack subdomain                           [string]
  -e, --email      Slack account email address               [string]
  -p, --password   Slack account password                    [string]
  -i, --image      Path of the image to emojify              [string]
  -n, --numcols    Number of columns in final grid           [number]
  -h, --help       Show help                                [boolean]


Examples:
  emojify create -s mysubdomain -e         Create a 5-column emoji grid of
  [email protected] -p mypassword -i             myimage.png and upload to
  myimage.png -n 5                          mysubdomain.slack.com using the
                                            account [email protected] with the
                                            password mypassword.

If you don't want to enter an option on the command line (i.e. your password), a prompt will ask you for any missing options.