Medic.Doctor (Medic v2.0.1)
View SourceChecks to ensure that the application can be run for development and tests.
Usage
Medic.Doctor
is run from a shell script generated at bin/dev/doctor
:
elixir -r .medic/require.exs -e "Medic.Doctor.run()" $*
Configuration
See the guides for information on how to Configure Doctor Checks for a specific project or how to write Custom Checks.