OvermindDL1/typed_elixir
null
{ "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
Section titled “TypedElixir”TypedElixir defmodule replacement testing.
PR’s welcome and encouraged!
Installation
Section titled “Installation”If available in Hex (not yet), the package can be installed as:
- Add
typed_elixirto your list of dependencies inmix.exs:
```elixirdef deps do [{:typed_elixir, "~> 0.1.0"}]end```2. Ensure typed_elixir is started before your application:
```elixirdef application do [applications: [:typed_elixir]]end```