Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KronicDeth/intellij_elixir
Elixir helpers for intellij-elixir
https://github.com/KronicDeth/intellij_elixir
Last synced: 7 days ago
JSON representation
Elixir helpers for intellij-elixir
- Host: GitHub
- URL: https://github.com/KronicDeth/intellij_elixir
- Owner: KronicDeth
- License: other
- Created: 2014-12-31T04:03:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T14:10:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-07T22:41:06.364Z (about 1 month ago)
- Language: Elixir
- Size: 45.9 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Elixir helpers for intellj-elixir, the Elixir plugin for JetBrains IDEs. (Editors)
README
IntellijElixir
==============[![Build Status](https://travis-ci.org/KronicDeth/intellij_elixir.svg?branch=master)](https://travis-ci.org/KronicDeth/intellij_elixir)
[![Code Climate](https://codeclimate.com/github/KronicDeth/intellij_elixir/badges/gpa.svg)](https://codeclimate.com/github/KronicDeth/intellij_elixir)Elixir helpers for [intellj-elixir](https://github.com/KronicDeth/intellij-elixir),
the [Elixir](http://elixir-lang.org) plugin for [JetBrains](https://www.jetbrains.com)
IDEs.# Building Release
To build the release for production, set both the `MIX_ENV` and
distillery environment to `prod``MIX_ENV=prod mix release --env=prod`
# Using with intellij-elixir tests
[intellij-elixir](https://github.com/KronicDeth/intellij-elixir)'s
`org.elixir.parsing_definition` tests use `IntellijElixir.Quoter` `GenServer`
to verify that intellij-elixir's parsed and quoted form match's Elixir's native
quoted form from `Code.string_to_quoted`. IntellijElixir must be running
on node name `intellij_elixir` for intellij-elixir's tests to find it, so start
IntellijElixir release like so```
_build/prod/rel/intellij_elixir/bin/intellij_elixir start
```