Sha256: 3df4b14474340891baaf329fa2e8d5146c0483fb1056803768368dabb463abf6
Contents?: true
Size: 1.05 KB
Versions: 2
Compression:
Stored size: 1.05 KB
Contents
[![Build Status](https://travis-ci.org/zormandi/data_forge.svg)](https://travis-ci.org/zormandi/data_forge) # DataForge DataForge is a data manipulation tool for transferring (and transforming) data between flat files and databases. ## Requirements * Ruby >= 1.9 ## Installation Add this line to your application's Gemfile: ``` ruby gem 'data_forge' ``` And then execute: ``` sh $ bundle ``` Or install it yourself as: ``` sh $ gem install data_forge ``` ## Usage ``` sh $ forge [options] <command script> ``` For information on how to use Data Forge please see the `features` directory, which has code examples on every working feature of the gem. For the complete documentation (coming with the 0.2 version) and the detailed development roadmap, please see the [Wiki](https://github.com/zormandi/data_forge/wiki). ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
data_forge-0.1.1 | README.md |
data_forge-0.1 | README.md |