diff options
author | Loïc Hoguin <[email protected]> | 2015-12-30 17:22:06 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-30 17:22:06 +0100 |
commit | fd32ae501baf8bf846c596b48d84097611eb58a6 (patch) | |
tree | c36faf3a9a7a30d7c7d2df5cd2da5031342fa574 /doc/src | |
parent | 730c33ebe9e507b3209802edb6759891ba28bb56 (diff) | |
download | erlang.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/src')
-rw-r--r-- | doc/src/guide/book.asciidoc | 2 | ||||
-rw-r--r-- | doc/src/guide/external_plugins_list.asciidoc | 25 |
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. |