-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Codegen Doctors
Jesse Talavera-Greenberg edited this page May 7, 2019
·
2 revisions
Doctors are special, existing outside the plugin pipeline. Doctors are not run when generating code; they are run separately with either Jenny doctor
to diagnose issues, or Jenny fix
to fix them as well.
Doctor plugins generally exist to diagnose and fix problems with your project or configuration, but can operate directly on source code.
Guides: Introduction - Installation - Upgrading - FAQ - Cookbook - Contributing
Need Help? Ask a question on Discord or create an issue.
- The Basics
- Concepts
- Architecture / Patterns