中文
Behavior3的erlang支持库
快速开始
添加如下内容到rebar.config
{deps, [
...
{behavior3erl, {git, "https://github.com/dong50252409/behavior3erl.git"}}
]}.编译
$ rebar3 compile更多
Behavoir3使用系列文章:
English
Behavior3 by erlang library
Quickstart
add to rebar.config
{deps, [
...
{behavior3erl, {git, "https://github.com/dong50252409/behavior3erl.git"}}
]}.Build
$ rebar3 compile