Sha256: 70633ad47b9fe69b04aaa3e6bacc98c9cb5b32fe7c3f9f84f0240495b2bfa440

Contents?: true

Size: 603 Bytes

Versions: 1

Compression:

Stored size: 603 Bytes

Contents

# NamedEmoji

Named Emojis for OSX. Emojis are from Campfire and GitHub.

See also: [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/)

## Installation

    $ gem install named_emoji

## Usage

    require 'named_emoji'
    puts NamedEmoji[:smile]
    # => 😄

As command line tool:

    $ emoji scream
    😱

List available emojis:

    $ emoji -l

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
named_emoji-1.0.0 README.md