A rebar3 plugin for undertone
About ↟
TBD
Features ↟
- Start up an undertone REPL:
rebar3 undertone repl
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.