Skip to content

ferd/rebar3-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alias

Runs an aliased command. Aliases can be declared as:

 {alias, [
   {renamed,  ["help"]},
   {cleanall, ["clean", "-a"]},
   {testall,  ["do", "ct,", "eunit,", "cover"]},
   {validate, ["do", "ct,", "eunit,", "dialyzer"]},
 ]}.

Use

Add the plugin to your rebar config:

{plugins, [
    {alias, {git, "https://github.com/ferd/rebar3-alias.git"}}
]}.

Then just call your plugin directly in an existing application:

$ rebar3 alias <command>
===> Fetching alias
===> Compiling alias
<Command Output>

About

Rebar3 Alias Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages