Sha256: da2f6367c7536ba1dc7dbdf1890e0c5f67473d97e75f1df2f508bec118295827

Contents?: true

Size: 777 Bytes

Versions: 12

Compression:

Stored size: 777 Bytes

Contents

# Getting Started [![Code Climate](https://codeclimate.com/github/rahult/karo.png)](https://codeclimate.com/github/rahult/karo) [![Dependency Status](https://gemnasium.com/rahult/karo.png)](https://gemnasium.com/rahult/karo) [![Gem Version](https://badge.fury.io/rb/karo.png)](http://badge.fury.io/rb/karo)

**Karo** is a commandline companion for a rails application which makes db, assets syncs across multiple rails servers easier while development

## Installation

Karo is released as a Ruby Gem. The gem is to be installed within a Ruby
on Rails application. To install, simply add the following to your Gemfile:

```ruby
# Gemfile
gem 'karo'
```

After updating your bundle, you can use Karo function from the command line

## Usage (Commandline)

```bash
karo help
```

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
karo-2.2.0 README.md
karo-2.1.3 README.md
karo-2.1.2 README.md
karo-2.1.1 README.md
karo-2.1.0 README.md
karo-2.0.0 README.md
karo-1.5.0 README.md
karo-1.4.0 README.md
karo-1.3.0 README.md
karo-1.2.1 README.md
karo-1.2.0 README.md
karo-1.1.0 README.md