Module: Todone::Consts
- Included in:
- MessageProcessor
- Defined in:
- lib/todone/consts.rb
Overview
Simple container module for constants.
Constant Summary collapse
- CONFIG_FILE =
Name of the general (defaults) config file
'config.yml'
- CONFIG_DIR =
Default configuaration storage directory
File.join(ENV['HOME'], '.todone')
- CONFIG =
Default general (defaults) config file location
File.join(CONFIG_DIR, CONFIG_FILE)
- HOOK_FILE =
where the hook file is
File.join('.git','hooks','pre-commit')