Sha256: 8c65973d654710b2143f37140ba5e5ff2f298d4d66bd6922e9a331f56fbafd6e

Contents?: true

Size: 603 Bytes

Versions: 5

Compression:

Stored size: 603 Bytes

Contents

# Element Factory

Element Factory is a more object oriented approach to generating markup in Ruby. No DSL to learn, just objects.

## Installation

Add this line to your application's Gemfile:

    gem 'element_factory'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install element_factory

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
element_factory-0.1.4 README.md
element_factory-0.1.3 README.md
element_factory-0.1.2 README.md
element_factory-0.1.1 README.md
element_factory-0.1.0 README.md