diff options
-rw-r--r-- | doc/src/guide/external_plugins_list.asciidoc | 2 | ||||
-rw-r--r-- | index/kafka_protocol.mk | 7 | ||||
-rw-r--r-- | plugins/bootstrap.mk | 4 |
3 files changed, 10 insertions, 3 deletions
diff --git a/doc/src/guide/external_plugins_list.asciidoc b/doc/src/guide/external_plugins_list.asciidoc index 95201f9..f30797f 100644 --- a/doc/src/guide/external_plugins_list.asciidoc +++ b/doc/src/guide/external_plugins_list.asciidoc @@ -40,7 +40,7 @@ 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 +to generate a compatible configuration file for http://elixir-lang.org/getting-started/mix-otp/introduction-to-mix.html[Mix]. === reload.mk diff --git a/index/kafka_protocol.mk b/index/kafka_protocol.mk new file mode 100644 index 0000000..8a9fb2f --- /dev/null +++ b/index/kafka_protocol.mk @@ -0,0 +1,7 @@ +PACKAGES += kafka_protocol +pkg_kafka_protocol_name = kafka_protocol +pkg_kafka_protocol_description = Kafka protocol Erlang library +pkg_kafka_protocol_homepage = https://github.com/klarna/kafka_protocol +pkg_kafka_protocol_fetch = git +pkg_kafka_protocol_repo = https://github.com/klarna/kafka_protocol.git +pkg_kafka_protocol_commit = master diff --git a/plugins/bootstrap.mk b/plugins/bootstrap.mk index 4aa1052..339ef27 100644 --- a/plugins/bootstrap.mk +++ b/plugins/bootstrap.mk @@ -11,8 +11,8 @@ help:: " bootstrap Generate a skeleton of an OTP application" \ " bootstrap-lib Generate a skeleton of an OTP library" \ " bootstrap-rel Generate the files needed to build a release" \ - " new-app n=NAME Create a new local OTP application NAME" \ - " new-lib n=NAME Create a new local OTP library NAME" \ + " new-app in=NAME Create a new local OTP application NAME" \ + " new-lib in=NAME Create a new local OTP library NAME" \ " new t=TPL n=NAME Generate a module NAME based on the template TPL" \ " new t=T n=N in=APP Generate a module NAME based on the template TPL in APP" \ " list-templates List available templates" |