Files
Mixer/.agents/skills/ash-framework/references/generating_code.md

5 lines
236 B
Markdown

# Generating Code
Use `mix ash.gen.*` tasks as a basis for code generation when possible. Check the task docs with `mix help <task>`.
Be sure to use `--yes` to bypass confirmation prompts. Use `--yes --dry-run` to preview the changes.