erlang-build
Erlang Build Tools for Atom
spiegela 4,160 2 0.3.0 MIT GitHub

Atom Erlang Build package

Erlang build shortcuts in Atom

Screenshot of Erlang-Build

Compilation Error panel

Installation

$ apm install erlang-build

Prerequisites

The Erlang-Build package uses the Rebar build tool, so your program must use rebar.

Usage

Known Issues

Features

  • Compile rebar appliations on project save
  • Display compilation success or failure with compilation errors

TODO

A lot...

  • Add rebar path detection
  • Add line preview in message-pane
  • Add in-editor highlighting of error/warning messages
  • Add styles to messages
  • Add EUnit support
  • Add Dialyzer support
  • Add Cover support
  • Add Wrangler support
  • Add Smother support
  • Add Skel support