Sha256: a5ae9b565c3f52062e57e16d50668f55b1a8b4f041f90fc516ad927cee12b494
Contents?: true
Size: 1.61 KB
Versions: 1
Compression:
Stored size: 1.61 KB
Contents
# Percheron [![Gem Version](https://badge.fury.io/rb/percheron.svg)](http://badge.fury.io/rb/percheron) [![Build Status](https://travis-ci.org/ashmckenzie/percheron.svg?branch=master)](https://travis-ci.org/ashmckenzie/percheron) [![Code Climate GPA](https://codeclimate.com/github/ashmckenzie/percheron/badges/gpa.svg)](https://codeclimate.com/github/ashmckenzie/percheron) [![Test Coverage](https://codeclimate.com/github/ashmckenzie/percheron/badges/coverage.svg)](https://codeclimate.com/github/ashmckenzie/percheron) [![Dependency Status](https://gemnasium.com/ashmckenzie/percheron.svg)](https://gemnasium.com/ashmckenzie/percheron) Organise your Docker containers with muscle and intelligence. ## Installation Add this line to your application's Gemfile: ```ruby gem 'percheron' ``` And then execute: ```shell $ bundle install ``` Or install it yourself as: ```shell $ gem install percheron ``` ## Requirements * Ruby 2.x * Docker 1.6.x ## Usage TODO ## Examples * Rails - https://github.com/ashmckenzie/percheron-rails#quickstart * Torrent - https://github.com/ashmckenzie/percheron-torrent#quickstart * SaltStack - https://github.com/ashmckenzie/percheron-saltstack#quickstart ## Testing All (cane, RuboCop, unit and integration): ```shell bundle exec test ``` Style (cane and RuboCop): ```shell bundle exec test:style ``` ## Contributing 1. Fork it ( https://github.com/ashmckenzie/percheron/fork ) 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 a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
percheron-0.7.1 | README.md |