Sha256: 4fa2d1b9441f97299c6ea62e9af04e63d0d13de7641ac9fba14131a2343e570c

Contents?: true

Size: 1.03 KB

Versions: 1

Compression:

Stored size: 1.03 KB

Contents

[![Code Climate](https://codeclimate.com/github/gavinlaking/vedeu.png)](https://codeclimate.com/github/gavinlaking/vedeu)

# Vedeu

TODO: Write a gem description

## Installation

Add this line to your application's Gemfile:

    gem 'vedeu'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install vedeu

## Usage

TODO: Write detailed documentation

## Notes

Application
  |-- Interfaces
  |     |-- Dummy < Interface
  |
  |-- Terminal
        |-- Esc
              |-- Colour

Base
  |-- Translator
  |-- Esc
        |-- Colour

Compositor
  |-- Colour
  |     |-- Foreground < Base
  |     |-- Background < Base
  |     |-- Translator
  |
  |-- Esc
        |-- Colour

Interface
  |-- Terminal
        |-- Esc
              |-- Colour


## Contributing

1. Fork it ( http://github.com/<my-github-username>/vedeu/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 new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vedeu-0.0.4 README.md