From fd32ae501baf8bf846c596b48d84097611eb58a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 30 Dec 2015 17:22:06 +0100 Subject: 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 --- doc/src/guide/book.asciidoc | 2 ++ doc/src/guide/external_plugins_list.asciidoc | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 doc/src/guide/external_plugins_list.asciidoc (limited to 'doc') 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. -- cgit v1.2.3