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.



211
212
213
# File 'lib/boxen/config.rb', line 211

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