https://github.com/kronicdeth/intellij_elixir_556
Bug reproduction case for KronicDeth/intellij-elixir#556
https://github.com/kronicdeth/intellij_elixir_556
Last synced: about 2 months ago
JSON representation
Bug reproduction case for KronicDeth/intellij-elixir#556
- Host: GitHub
- URL: https://github.com/kronicdeth/intellij_elixir_556
- Owner: KronicDeth
- Created: 2016-12-07T03:33:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T03:35:18.000Z (almost 9 years ago)
- Last Synced: 2025-01-14T08:27:11.900Z (9 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntellijElixir556
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `intellij_elixir_556` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:intellij_elixir_556, "~> 0.1.0"}]
end
```2. Ensure `intellij_elixir_556` is started before your application:
```elixir
def application do
[applications: [:intellij_elixir_556]]
end
```