文件名称:rebar3-alias:Rebar3 别名插件
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-05 16:30:45
Erlang
别名
运行别名命令。 别名可以声明为:
{ alias , [
{ renamed , [ " help " ]},
{ cleanall , [ " clean " , " -a " ]},
{ testall , [ " do " , " ct, " , " eunit, " , " cover " ]},
{ validate , [ " do " , " ct, " , " eunit, " , " dialyzer " ]},
]}.
用
将插件添加到您的钢筋配置中:
{plugins, [
{alias, {git, "https://github.com/ferd/rebar3-alias.git"}}
]}.
然后直接在现有应用程序中调用您的插件:
$ rebar3 alias
【文件预览】:
rebar3-alias-master
----.gitignore(125B)
----src()
--------alias.erl(2KB)
--------alias.app.src(170B)
----LICENSE(1KB)
----rebar.config(37B)
----README.md(560B)