README.md
# Medic
[![CI](https://github.com/synchronal/medic/actions/workflows/tests.yml/badge.svg)](https://github.com/synchronal/medic/actions)
[![Hex pm](http://img.shields.io/hexpm/v/medic.svg?style=flat)](https://hex.pm/packages/medic)
Doctor checks for setting up development environments.
## Installation
Install the generators into mix as an archive install:
```shell
mix archive.install hex gen_medic
```
Then run the generator task from the root directory of your project:
```shell
mix gen.medic
```
See the [hex docs](https://hexdocs.pm/medic) for more information.