From 70cdb37942ebb50424ae52cd6986c9346f2286f4 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Thu, 19 Dec 2013 23:05:49 +0000 Subject: [PATCH] Add command to rebar:command_names/0 --- priv/templates/simplelib.erl | 2 -- src/rebar.erl | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/priv/templates/simplelib.erl b/priv/templates/simplelib.erl index 384caa5..2c4451f 100644 --- a/priv/templates/simplelib.erl +++ b/priv/templates/simplelib.erl @@ -1,5 +1,3 @@ -%% See LICENSE for licensing information. -%% -*- coding: utf-8 -*- -module({{libid}}). %% {{libid}}: {{libid}} library's entry point. diff --git a/src/rebar.erl b/src/rebar.erl index 075a3e3..00505be 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -438,6 +438,7 @@ command_names() -> "compile", "create", "create-app", + "create-lib", "create-node", "ct", "delete-deps",