Apex Trigger Generator

This page outputs trigger + helper skeletons that mirror the six patterns described in the article (loop/bulk-safe with a helper class and recursion guard). Source: ApexTriggers/README.md - :contentReference[oaicite:1]{index=1}

1) Select trigger type
2) Base parameters
All patterns call Helper.method(trigger.operationType, trigger.new, trigger.oldMap)
Type 1 - Compute within same record
3) Output
// Generated code will appear here