All Projects → OvermindDL1 → Typed_elixir

OvermindDL1 / Typed_elixir

Programming Languages

elixir
2628 projects

TypedElixir

TypedElixir defmodule replacement testing.

PR's welcome and encouraged!

Installation

If available in Hex (not yet), the package can be installed as:

  1. Add typed_elixir to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:typed_elixir, "~> 0.1.0"}]
end
```
  1. Ensure typed_elixir is started before your application:
```elixir
def application do
  [applications: [:typed_elixir]]
end
```
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].