hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

medic

1.5.1
2.0.2 2.0.1 2.0.0 1.11.0 1.10.0 1.9.3 1.9.2 1.9.1 1.9.0 1.8.8 1.8.6 1.8.5 1.8.4 1.8.3 1.8.2 1.8.1 1.8.0 1.7.5 1.7.4 1.7.3 1.7.2 1.7.1 1.7.0 1.6.1 1.6.0 1.5.2 1.5.1 1.5.0 1.4.0 1.3.0 1.2.3 1.2.2 1.2.1 1.2.0 1.1.0 1.0.0 0.8.0 0.7.0 0.6.0 0.5.2 0.5.1 0.5.0 0.4.0 0.3.0 0.2.0 0.1.0

Automation for setting up a project for development. ## Installation mix archive.install hex gen_medic mix gen.medic ## Usage bin/dev/doctor bin/dev/update bin/dev/test

HexDocs

Current section

Files

Jump to
Readme
46 Versions
0 Dependencies
Dependants
Files
Activity
Readme 46 Versions 0 Dependencies Dependants Files Activity
medic README.md
Raw

25 files

  • .formatter.exs
  • CHANGELOG.md
  • LICENSE.md
  • README.md
  • mix.exs

Package files

  • .formatter.exs
  • CHANGELOG.md
  • lib/medic.ex
  • lib/medic/check.ex
  • lib/medic/checks.ex
  • lib/medic/checks/asdf.ex
  • lib/medic/checks/chromedriver.ex
  • lib/medic/checks/corepack.ex
  • lib/medic/checks/direnv.ex
  • lib/medic/checks/git.ex
  • lib/medic/checks/hex.ex
  • lib/medic/checks/homebrew.ex
  • lib/medic/checks/npm.ex
  • lib/medic/checks/postgres.ex
  • lib/medic/cmd.ex
  • lib/medic/doctor.ex
  • lib/medic/etc.ex
  • lib/medic/extra/keyword.ex
  • lib/medic/support/hex.ex
  • lib/medic/test.ex
  • lib/medic/ui.ex
  • lib/medic/update.ex
  • LICENSE.md
  • mix.exs
  • README.md

README.md

# 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.
hex logo Hex
About Blog Sponsors Status Advisories
Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

Copyright 2015. Six Colors AB.

Powered by the Erlang VM and the Elixir Programming Language

Search filters

Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

Operator Description Example
name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
description: Full-text search of package descriptions description:auth
depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
build_tool: Filter by build tool build_tool:mix
updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

Wrap values in double quotes to include spaces, e.g. name:"my package".