aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-12-30 17:22:06 +0100
committerLoïc Hoguin <[email protected]>2015-12-30 17:22:06 +0100
commitfd32ae501baf8bf846c596b48d84097611eb58a6 (patch)
treec36faf3a9a7a30d7c7d2df5cd2da5031342fa574 /doc
parent730c33ebe9e507b3209802edb6759891ba28bb56 (diff)
downloaderlang.mk-fd32ae501baf8bf846c596b48d84097611eb58a6.tar.gz
erlang.mk-fd32ae501baf8bf846c596b48d84097611eb58a6.tar.bz2
erlang.mk-fd32ae501baf8bf846c596b48d84097611eb58a6.zip
List third party plugins; remove Elvis
This is a breaking change for Elvis users, who should now use the external plugin available at https://github.com/inaka/elvis.mk
Diffstat (limited to 'doc')
-rw-r--r--doc/src/guide/book.asciidoc2
-rw-r--r--doc/src/guide/external_plugins_list.asciidoc25
2 files changed, 27 insertions, 0 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index d5d2dfc..ebef8b7 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -61,6 +61,8 @@ include::xref.asciidoc[Xref]
include::external_plugins.asciidoc[External plugins]
+include::external_plugins_list.asciidoc[List of plugins]
+
[[about]]
= About Erlang.mk
diff --git a/doc/src/guide/external_plugins_list.asciidoc b/doc/src/guide/external_plugins_list.asciidoc
new file mode 100644
index 0000000..49a7ceb
--- /dev/null
+++ b/doc/src/guide/external_plugins_list.asciidoc
@@ -0,0 +1,25 @@
+[[plugins_list]]
+== List of plugins
+
+This is a non-exhaustive list of Erlang.mk plugins, sorted
+alphabetically.
+
+=== elvis.mk
+
+An https://github.com/inaka/elvis.mk[Elvis plugin] for Erlang.mk.
+Elvis is an https://github.com/inaka/elvis[Erlang style reviewer].
+
+=== geas
+
+https://github.com/crownedgrouse/geas[Geas] gives aggregated
+information on a project and its dependencies, and is available
+as an Erlang.mk plugin.
+
+=== hexer.mk
+
+An https://github.com/inaka/hexer.mk[Hex plugin] for Erlang.mk.
+Hex is a https://hex.pm/[package manager for the Elixir ecosystem].
+
+=== reload.mk
+
+A https://github.com/bullno1/reload.mk[live reload plugin] for Erlang.mk.