README.md in eco-helpers-0.6.1 vs README.md in eco-helpers-0.6.2

- old
+ new

@@ -1,20 +1,19 @@ -# Script API Helpers (script_api_helpers) +# API Helpers (eco-helpers) -Some helpers to simplify things: +Some helpers to define a framework of use cases. -* managing **files**: keep your updates with a timestamp, find the last version, encrypt/decrypt the data, shortcuts to avoid messing around with language specificities,... -generate fake data: different topics, use different distributions,... -* API: - * custom multiple *presets* profiles, - * get the highest of each flag among different custom presets +## Installation -To do: +Add this line to your application's Gemfile: -* more **fake data** features: link api details field, randomize your policy groups or apply a fixed distribution based on location -* API: - * **map** different **account properties**, such as policy groups to presets or preferences - * use an assistant to map **CSV** columns to the correct account or details properties - * use batch helpers that store and manage your update files and provide log errors, or use them as an example - * validate tagtree tags - * create configuration files for orgs you manage the **HRIS** (a weekly feed will become a one time execution script) - * create **unit tests** to check if the API behaviour meets the specifications and launch them periodically +```ruby +gem 'eco-helpers' +``` + +And then execute: + + $ bundle + +Or install it yourself as: + + $ gem install eco-helpers