module
AzuCLI::Config::Paths
Overview
Standard project directory structure
Defined in:
azu_cli/config.crConstant Summary
-
BIN =
"bin" -
CONFIG =
"config" -
DB =
"db" -
ENDPOINTS =
"src/endpoints" -
JOBS =
"src/jobs" -
LIB =
"lib" -
MAILERS =
"src/mailers" -
MIDDLEWARE =
"src/middleware" -
MIGRATIONS =
"db/migrations" -
MODELS =
"src/models" -
PUBLIC =
"public" -
SERVICES =
"src/services" -
SPEC =
"spec" -
SRC =
"src" -
TEMPLATES =
"public/templates" -
VALIDATORS =
"src/validators"