Evva
Instalation
gem install evva
Usage
- Open the terminal in app project base
- Run
evva - That's it (given that someone already configured Evva)
Configuration
Evva's configuration comes from a evva_config.yml file that should be placed on your app root directory. The .yml file has the following structure.
type: Android|iOS
data_source:
type: google_sheet
sheet_id: <GOOGLE-DRIVE-SHEET-ID>
out_path: /folder/where/analytics/classes/are
event_file_name: /file/with/tracking/functions
event_enum_file_name: /file/with/event/names
people_file_name: /file/with/people/properties