aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/external_plugins_list.asciidoc
blob: 2f03a7cbb6583e9d175a02c0bf5acb0da25232cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[[plugins_list]]
== List of plugins

This is a non-exhaustive list of Erlang.mk plugins, sorted
alphabetically.

=== ci.erlang.mk

A https://github.com/ninenines/ci.erlang.mk[plugin] that keeps
track of released OTP versions to always run CI builds on the
most recent patch(es).

=== efene.mk

An https://github.com/ninenines/efene.mk[Efene plugin] for Erlang.mk.
http://efene.org/[Efene] is an alternative language for the BEAM.

=== 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.
Elvis is an https://github.com/inaka/elvis[Erlang style reviewer].

=== esh.mk

An https://github.com/crownedgrouse/esh.mk[Esh template plugin] for Erlang.mk.
https://github.com/jirutka/esh[Esh] is a simple template engine using shell.

=== 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
using the `hexer` tool.

=== hexpm.mk

Another https://github.com/botsunit/hexpm.mk[Hex plugin] for
Erlang.mk, with support for Hex dependency operators.

=== jorel

https://github.com/emedia-project/jorel[Jorel] is Just anOther RELease 
assembler for Erlang/OTP, and is available as an Erlang.mk plugin.

=== 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.

=== mix.mk

A https://github.com/botsunit/mix.mk[Mix plugin] for Erlang.mk,
to generate a compatible configuration file for
http://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html[Mix].

=== reload.mk

A https://github.com/bullno1/reload.mk[live reload plugin] for Erlang.mk.

=== rust.mk

A https://github.com/goertzenator/rust.mk[plugin] to build https://www.rust-lang.org/[Rust] crates and install binaries into `priv/`.  

=== version.mk

A https://github.com/manifest/version.mk[plugin] to apply a semantic version automatically to Erlang.mk projects.