Module: Essence::CLI::Commands
- Extended by:
- Dry::CLI::Registry
- Defined in:
- lib/essence/cli.rb
Constant Summary collapse
- COMPONENTS_DIR =
Constants
Pathname.new(File.("components", __dir__))
- DESTINATION_DIR =
Pathname.new(File.(Dir.pwd)).join("app/components")
- COMPONENT_DEFINITION_PREFIX =
"class Essence::"
- COMPONENT_DEFINITION_SUFFIX =
"< Essence::Essence"
- PHLEX_COMPONENT_DEFINITION_PREFIX =
"class Components::"
- PHLEX_COMPONENT_DEFINITION_SUFFIX =
"< Components::Essence"