Sha256: da0e4ea5a6a4677b2d1e6183f725f0de10e0623b23d3af48c03f9ffb4a295067

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

# NamedEmoji

Named Emojis for Mac OSX Lion and Later. 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

## Cheat Sheet

[emojis.png](https://github.com/jugyo/named_emoji/raw/master/emojis.pdf)

![Emojis](https://github.com/jugyo/named_emoji/raw/master/emojis.png)

## 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.1 README.md