erlang-mix-project:使用 Mix 的示例 Erlang 项目

时间:2021-06-10 19:19:12
【文件属性】:
文件名称:erlang-mix-project:使用 Mix 的示例 Erlang 项目
文件大小:3KB
文件格式:ZIP
更新时间:2021-06-10 19:19:12
Erlang 二郎混合项目 这个示例项目展示了使用 Mix 作为构建工具和包管理器在 Erlang 中开发应用程序。 它依赖于作为依赖项添加的 。 尝试的事情: $ mix deps.get # fetch dependencies (including mix-erlang-tasks) $ mix compile # compile everything $ mix eunit # run EUnit tests $ mix ct # run Common Test suites $ mix edoc # generate HTML documentation from the source
【文件预览】:
erlang-mix-project-master
----etest()
--------testmod_tests.erl(165B)
----mix.lock(182B)
----.gitignore(52B)
----mix.exs(304B)
----src()
--------testproj.erl(81B)
--------testmod.erl(508B)
----ctest()
--------basic_SUITE.erl(268B)
----README.md(578B)

网友评论