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