Skip to main content

Module generator

Module generator 

Source

Enums§

GeneratorError
Errors that can occur during template generation

Functions§

check_conflicts
Check for conflicts between managed files and existing files in a target directory
create_claude_symlink
Create the CLAUDE.md symlink pointing to AGENTS.md
ensure_gitignore
Ensure .gitignore contains all required lines, appending any that are missing.
has_rust_bucket_toml
Check if a target directory contains a rust-bucket.toml marker file
render
Render templates from a template directory to an output directory
seed_files
Render and write each registered seed template into the target, but only if the destination file is absent. Existing files are left byte-for-byte untouched, so seeding is safe to repeat on every apply.