From 48769e75c224ccd8e04df250b86b50540270ce9a Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Wed, 17 Sep 2014 08:52:49 -0500 Subject: wip: move to erlydtl for rebar templates --- priv/templates/otp_app.app.src.dtl | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 priv/templates/otp_app.app.src.dtl (limited to 'priv/templates/otp_app.app.src.dtl') diff --git a/priv/templates/otp_app.app.src.dtl b/priv/templates/otp_app.app.src.dtl new file mode 100644 index 0000000..1a4e4e8 --- /dev/null +++ b/priv/templates/otp_app.app.src.dtl @@ -0,0 +1,12 @@ +{application, {{appid}}, + [ + {description, "{{appid}}"} + ,{vsn, "0.1.0"} + ,{registered, []} + ,{mod, {'{{appid}}_app', []}} + ,{applications, + [kernel + ,stdlib + ]} + ,{env,[]} + ]}. -- cgit v1.1