aboutsummaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorChristopher R. Nelson <christopher.nelson@languidnights.com>2026-07-20 22:39:26 -0400
committerChristopher R. Nelson <christopher.nelson@languidnights.com>2026-07-20 22:39:26 -0400
commit810cb6fdd86452b75e520fc17daec40ba36eba13 (patch)
treeec16094768c947d92273bccf8e6d520e9bb248a8 /rebar.config
Initial OTP application skeleton
rebar3-generated er_xdg_pipe_menu app/supervisor scaffold, to be filled in with XDG .desktop file discovery/parsing and openbox pipemenu generation. MIT licensed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config7
1 files changed, 7 insertions, 0 deletions
diff --git a/rebar.config b/rebar.config
new file mode 100644
index 0000000..8053a64
--- /dev/null
+++ b/rebar.config
@@ -0,0 +1,7 @@
+{erl_opts, [debug_info]}.
+{deps, []}.
+
+{shell, [
+ %% {config, "config/sys.config"},
+ {apps, [er_xdg_pipe_menu]}
+]}.