bobbyiliev / bobbyiliev/kubegen-cli

Add conditional logic to template system

Open
#171 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
6
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Support conditional blocks in templates.

**Example:**
```
{{#if has_metrics}}
mod metrics;
{{/if}}
```

**Acceptance Criteria:**
- `{{#if var}}` / `{{/if}}` blocks
- `{{#unless var}}` / `{{/unless}}` blocks
- Nested conditions support

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.