rebar3_undertone

Build Status][gh-actions-badge]][gh-actions] [![LFE Versions][lfe badge]][lfe] [![Erlang Versions][erlang badge] [ Tag

A rebar3 plugin for undertone

Project Logo

Contents

About

TBD

Features

More coming soon!

Setup

Add the plugin to your rebar.config (stable):

{plugins, [
  {rebar3_undertone,
    {git, "https://github.com/ut-proj/rebar3_undertone.git", {branch, "main"}}}
]}.

Or, if you want to use the current development branch (unstable):

{plugins, [
  {rebar3_undertone,
    {git, "https://github.com/ut-proj/rebar3_undertone.git", {branch, "release/0.1.x"}}}
]}.

Documentation

As features stabilize, documentation will be provided in the LFE Music Programming Book.