Config Curator
by Evan Boyd Sosenko.
Simple and intelligent configuration file management.
Installation
Add this line to your application's Gemfile:
gem 'config_curator'
And then execute:
$ bundle
Or install it yourself as:
$ gem install config_curator
Documentation
The primary documentation for Config Curator is this README and the YARD source documentation.
YARD documentation for all gem versions is hosted on the Config Curator gem page. Documentation for the latest commits is hosted on the RubyDoc.info project page.
Usage
Scripting
Config Curator is fully scriptable for easy inclusion into other Ruby programs. The API is well documented for this purpose (see Documentation above).
Source Repository
The Config Curator source is hosted on GitHub. To clone the project run
$ git clone https://github.com/razor-x/config_curator.git
Contributing
Please submit and comment on bug reports and feature requests.
To submit a patch:
- Fork it (https://github.com/razor-x/config_curator/fork).
- Create your feature branch (
git checkout -b my-new-feature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin my-new-feature). - Create a new Pull Request.
License
Config Curator is licensed under the MIT license.
Warranty
This software is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantibility and fitness for a particular purpose.