Sha256: f2e5f339ec41ed2a7d7fa08c15bc803f0467fb58beccd06634f0441bb36a0694
Contents?: true
Size: 1.1 KB
Versions: 2
Compression:
Stored size: 1.1 KB
Contents
# ActiveFacts::Compositions Create and represent composite schemas, schema transforms and data transforms over a fact-based model. This gem works with the Fact Modeling tools as part of ActiveFacts. ## Installation Install via the activefacts gem bundle, or add this line to your application's Gemfile: ```ruby gem 'activefacts-compositions' ``` And then execute: $ bundle Or install it yourself as: $ gem install activefacts-compositions ## Usage This gem adds schema manipulation tools (mappers, composers, transformations, generators) to the generator framework for activefacts. Refer to the afgen command-line tool for help: $ afgen --help ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake rspec` to run the tests. To install this gem onto your local machine, run `bundle exec rake install`. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/cjheath/activefacts-compositions. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activefacts-compositions-1.9.1 | README.md |
activefacts-compositions-1.9.0 | README.md |