code-lever/opentx-log

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# OpenTx::Log [![Build Status](https://travis-ci.org/code-lever/opentx-log.png)](https://travis-ci.org/code-lever/opentx-log) [![Code Climate](https://codeclimate.com/github/code-lever/opentx-log.png)](https://codeclimate.com/github/code-lever/opentx-log)

TODO: Write a gem description

* Formats: https://github.com/opentx/opentx/blob/master/src/logs.cpp

## Installation

Add this line to your application's Gemfile:

    gem 'opentx-log'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install opentx-log

## Usage

TODO: Write usage instructions here

## 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