Module: Shared::CoreHelpers

Included in:
Templet::CoreInstallGenerator, Templet::CoreRspecGenerator, Templet::InstallGenerator
Defined in:
lib/generators/templet/shared/core_helpers.rb

Constant Summary collapse

SOURCE_ROOT =
File.expand_path('../../templates/core', __FILE__) + '/'
LIB_ROOT =
'lib/'
APP_ROOT =
'app/'
APP_SUBDIR =
'app/'
HELPERS_SUBDIR =
'helpers/'
TEMPLET_SUBDIR =
'templet/'
SPEC_SUBDIR =
'spec/'
SUPPORT_SUBDIR =
'support/'