module Emeralds
Overview
Defines constants such as version and CLI logger customizations
Defined in:
emeralds/commands/Command.cremeralds/constants/cli.cr
emeralds/constants/options.cr
emeralds/constants/version.cr
Constant Summary
-
PATHS =
SRC_PATHS + SPEC_PATHS
-
SPEC_PATHS =
[Path.new(File.join("spec", "**", "*.spec.c")), Path.new(File.join("spec", "**", "*.spec.h"))]
-
SRC_PATHS =
[Path.new(File.join("src", "**", "*.c")), Path.new(File.join("src", "**", "*.h"))]
-
Paths of source files (for counting lines)
-
VERSION =
"0.8.1"
Class Method Summary
- .arrow
- .checkmark
- .cog
- .deps_release
- .deps_test
- .diamond
- .input_app
- .input_test
- .output_app
- .output_lib
- .output_test
- .sources_app
- .sources_lib
- .sources_test