Project

reforge

0.0
No release in over 3 years
Low commit activity in last 3 years
Simple DSL-driven data transformation for Ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 12.0
~> 3.0
~> 1.0
~> 0.17.1

Runtime

~> 2.4
 Project Readme

Reforge

Gem Version Actions Status Maintainability Test Coverage

Reforge provides simple, concise, DSL-driven data transformation for Ruby. Just describe how to obtain data from a source, and then where to place that data in the result - no boilerplate required!

Installation

Add this line to your application's Gemfile:

gem 'reforge'

And then execute:

$ bundle

Or install it yourself as:

$ gem install reforge

Usage

See the introduction for information on how to create transformations.

Changes for each version are noted in the changelog

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

This project is intended to be a safe, welcoming space for collaboration. Everyone interacting in official project channels is expected to follow the Code of Conduct outlined by Contributor Covenant.

Contributing

Bug reports and pull requests are welcome on the project's GitHub repository. The current state of development is publicly visible on the project's Trello board.

After checking out the repo, run bin/setup to install dependencies. Afterward, run bundle exec rake to lint the code and run tests. You can also run bin/console for an interactive prompt that will allow you to experiment. To install the code as a gem onto your local machine, run bundle exec rake install.