https://github.com/overminddl1/ex_core
https://github.com/overminddl1/ex_core
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/overminddl1/ex_core
- Owner: OvermindDL1
- Created: 2017-10-03T23:06:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T23:35:39.000Z (over 8 years ago)
- Last Synced: 2025-01-21T18:51:30.377Z (over 1 year ago)
- Language: Elixir
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExCore
**TODO: Add description**
## Installation
The package can be installed by adding `ex_core` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_core, "~> 0.1.0"},
]
end
```
The activate the protocol_ex compiler by adding it to your compiler list in your `mix.exs` file:
```elixir
def project do
[
# ...
compilers: Mix.compilers ++ [:protocol_ex],
# ...
]
end
```
Documentation can be found at [https://hexdocs.pm/ex_core](https://hexdocs.pm/ex_core).