Skip to content
Oeiuwq Faith Blog OpenSource Porfolio

OvermindDL1/typed_elixir

null

OvermindDL1/typed_elixir.json
{
"createdAt": "2016-08-17T22:55:46Z",
"defaultBranch": "master",
"description": null,
"fullName": "OvermindDL1/typed_elixir",
"homepage": null,
"language": "Elixir",
"name": "typed_elixir",
"pushedAt": "2017-05-12T22:44:00Z",
"stargazersCount": 19,
"topics": [],
"updatedAt": "2023-09-01T08:53:08Z",
"url": "https://github.com/OvermindDL1/typed_elixir"
}

TypedElixir defmodule replacement testing.

PR’s welcome and encouraged!

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
```

2. Ensure typed_elixir is started before your application:

```elixir
def application do
[applications: [:typed_elixir]]
end
```