https://github.com/antonmi/paralex
https://github.com/antonmi/paralex
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/antonmi/paralex
- Owner: antonmi
- Created: 2016-02-15T19:02:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T19:03:03.000Z (over 10 years ago)
- Last Synced: 2025-01-22T08:47:17.374Z (over 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paralex
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `paralex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:paralex, "~> 0.0.1"}]
end
```
2. Ensure `paralex` is started before your application:
```elixir
def application do
[applications: [:paralex]]
end
```