https://github.com/overminddl1/typed_elixir
https://github.com/overminddl1/typed_elixir
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/overminddl1/typed_elixir
- Owner: OvermindDL1
- Created: 2016-08-17T22:55:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T22:44:00.000Z (about 9 years ago)
- Last Synced: 2025-03-24T06:51:52.832Z (over 1 year ago)
- Language: Elixir
- Size: 153 KB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```