Method: Boxen::Config#repodir

Defined in:
lib/boxen/config.rb

#repodirObject

The directory of the custom Boxen repo for an org. Default is Dir.pwd. Respects the BOXEN_REPO_DIR environment variable.



219
220
221
# File 'lib/boxen/config.rb', line 219

def repodir
  @repodir || ENV["BOXEN_REPO_DIR"] || Dir.pwd
end