class Teeplate::RenderingEntry
- Teeplate::RenderingEntry
- Reference
- Object
Defined in:
lib/teeplate/src/lib/rendering_entry.cramber/cli/generators.cr
amber/cli/plugins/installer.cr
amber/cli/recipes/recipe.cr
Constant Summary
-
Log =
::Log.for("generate")
Instance Method Summary
-
#appends?
:nodec:
-
#forces?
Tests if this entry forces overwriting.
-
#local_path
Returns an output path relative to the base location.
Instance Method Detail
def forces?
#
Tests if this entry forces overwriting.
This condition is determined by the renderer's setting by default. Override this method if the condition should be determined regardless of the renderer's setting.
def local_path
#
Returns an output path relative to the base location.
It returns the data entry's path by default. Override this method if this path should be different from the data entry's path.