Module
cli.skeleton
Skeleton system for Bengal site scaffolding.
This package provides the skeleton system used by thebengal newcommand
to scaffold new sites. Skeletons define the directory structure, files,
and configuration for different types of sites.
Classes:
Skeleton: Defines a complete site skeleton with components Component: Individual component within a skeleton (directory, file, etc.) Hydrator: Processes and renders skeleton templates
Related:
- bengal/cli/commands/new/: New site command implementation
- bengal/scaffolds/: Site templates that use skeletons