From 392abf148122be020f3955005497d488d3f881fd Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 11 Nov 2014 01:27:41 +0000 Subject: First unkeyed var is now 'name', appid -> name The first variable can be unkeyed and the provider will sub in the variable name 'name'. Additionally, the built-in templates and documentation have been updated so that 'appid' is now 'name' and the alternative commands are shown. --- priv/templates/lib.template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'priv/templates/lib.template') diff --git a/priv/templates/lib.template b/priv/templates/lib.template index 3f35945..1db3b07 100644 --- a/priv/templates/lib.template +++ b/priv/templates/lib.template @@ -1,10 +1,10 @@ {description, "OTP Library application (no processes)"}. {variables, [ - {appid, "mylib", "Name of the OTP library application"}, + {name, "mylib", "Name of the OTP library application"}, {desc, "An OTP library", "Short description of the app"} ]}. -{template, "mod.erl.dtl", "src/{{appid}}.erl"}. -{template, "otp_lib.app.src.dtl", "src/{{appid}}.app.src"}. +{template, "mod.erl.dtl", "src/{{name}}.erl"}. +{template, "otp_lib.app.src.dtl", "src/{{name}}.app.src"}. {template, "rebar.config.dtl", "rebar.config"}. {template, "gitignore.dtl", ".gitignore"}. {template, "LICENSE.dtl", "LICENSE"}. -- cgit v1.1