Browse Source

Add elixir.mk and lfe.mk to the plugins list

Loïc Hoguin 9 years ago
parent
commit
1e6fc7b9e4
1 changed files with 12 additions and 0 deletions
  1. 12 0
      doc/src/guide/external_plugins_list.asciidoc

+ 12 - 0
doc/src/guide/external_plugins_list.asciidoc

@@ -4,6 +4,12 @@
 This is a non-exhaustive list of Erlang.mk plugins, sorted
 alphabetically.
 
+=== elixir.mk
+
+An https://github.com/botsunit/elixir.mk[Elixir plugin] for
+Erlang.mk. http://elixir-lang.org/[Elixir] is an alternative
+language for the BEAM.
+
 === elvis.mk
 
 An https://github.com/inaka/elvis.mk[Elvis plugin] for Erlang.mk.
@@ -20,6 +26,12 @@ as an Erlang.mk plugin.
 An https://github.com/inaka/hexer.mk[Hex plugin] for Erlang.mk.
 Hex is a https://hex.pm/[package manager for the Elixir ecosystem].
 
+=== lfe.mk
+
+An https://github.com/ninenines/lfe.mk[LFE plugin] for Erlang.mk.
+LFE, or http://lfe.io/[Lisp Flavoured Erlang], is an alternative
+language for the BEAM.
+
 === reload.mk
 
 A https://github.com/bullno1/reload.mk[live reload plugin] for Erlang.mk.