Skip to content

ut-proj/rebar3_undertone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rebar3_undertone

Build Status LFE Versions Erlang Versions Tag

A rebar3 plugin for undertone

Project Logo

Contents

About

TBD

Features

  • Start up an undertone REPL:
    • rebar3 undertone repl

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.

About

The official rebar3 undertone plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages