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

https://github.com/gilluan/learning_elixir

Learning Elixir
https://github.com/gilluan/learning_elixir

Last synced: 3 months ago
JSON representation

Learning Elixir

Awesome Lists containing this project

README

        

# ReadFile

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `read_file` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:read_file, "~> 0.1.0"}]
end
```

2. Ensure `read_file` is started before your application:

```elixir
def application do
[applications: [:read_file]]
end
```