Sha256: 503ed65e0897baefa0407095529343c27c6bfbc75f8fc77008905b547c901d83
Contents?: true
Size: 892 Bytes
Versions: 2
Compression:
Stored size: 892 Bytes
Contents
# Imessage Command line tool to send iMessage. [![Build Status](https://travis-ci.org/linjunpop/imessage.png?branch=master)](https://travis-ci.org/linjunpop/imessage) [![Gem Version](https://badge.fury.io/rb/imessage.png)](http://badge.fury.io/rb/imessage) [![Code Climate](https://codeclimate.com/github/linjunpop/imessage.png)](https://codeclimate.com/github/linjunpop/imessage) ## Installation Add this line to your application's Gemfile: gem 'imessage' And then execute: $ bundle Or install it yourself as: $ gem install imessage ## Usage ``` $ imessage send "hello" --to "foo@example.com" ``` ## [Changelog](CHANGELOG.md) ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
imessage-0.1.0 | README.md |
imessage-0.0.2 | README.md |