/nimble_issue

Repo to help explain what I'm seeing on https://github.com/plataformatec/nimble_csv/issues/4

Primary LanguageElixir

NimbleIssue

TODO: Add description

Installation

If available in Hex, the package can be installed as:

  1. Add nimble_issue to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:nimble_issue, "~> 0.1.0"}]
end
```
  1. Ensure nimble_issue is started before your application:
```elixir
def application do
  [applications: [:nimble_issue]]
end
```