An open API service indexing awesome lists of open source software.

https://github.com/overminddl1/typed_elixir


https://github.com/overminddl1/typed_elixir

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TypedElixir

TypedElixir defmodule replacement testing.

PR's welcome and encouraged!

## Installation

If [available in Hex](https://hex.pm/docs/publish) (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
```