https://github.com/gilluan/learning_elixir
Learning Elixir
https://github.com/gilluan/learning_elixir
Last synced: 3 months ago
JSON representation
Learning Elixir
- Host: GitHub
- URL: https://github.com/gilluan/learning_elixir
- Owner: gilluan
- Created: 2016-10-02T21:34:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T21:46:08.000Z (over 8 years ago)
- Last Synced: 2025-01-21T23:31:26.755Z (4 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```