Current section

Files

Jump to
medic README.md
Raw

README.md

# Medic
[![CI](https://github.com/synchronal/medic-ex/actions/workflows/tests.yml/badge.svg)](https://github.com/synchronal/medic-ex/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.
## 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.