README.md
# Medic
[](https://github.com/synchronal/medic-ex/actions)
[](https://hex.pm/packages/medic)
Doctor checks for setting up development environments.
## Sponsorship 💕
This library is part of the [Synchronal suite of libraries and tools](https://github.com/synchronal)
which includes more than 15 open source Elixir libraries as well as some Rust libraries and tools.
You can support our open source work by [sponsoring us](https://github.com/sponsors/reflective-dev).
If you have specific features in mind, bugs you'd like fixed, or new libraries you'd like to see,
file an issue or contact us at [contact@reflective.dev](mailto:contact@reflective.dev).
## 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.