Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asummers/failing_dialyzer
https://github.com/asummers/failing_dialyzer
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/asummers/failing_dialyzer
- Owner: asummers
- License: mit
- Created: 2019-01-31T20:57:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T21:01:44.000Z (almost 6 years ago)
- Last Synced: 2024-10-16T01:43:42.949Z (2 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FailingDialyzer
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `failing_dialyzer` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:failing_dialyzer, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/failing_dialyzer](https://hexdocs.pm/failing_dialyzer).