簡體   English   中英

如何在 shell 中使用 rebar3 創建 Erlang 應用程序?

[英]How I create an Erlang app using rebar3 in shell?

我們可以使用鋼筋創建應用程序,如下所示:

rebar create-app appid=demo

但是在shell中執行rebar3 create-app appid=demo時,出現如下異常:

➜  transaction_publish_service git:(master) rebar3 create-app appid=mqttcli  
===> Command 'create-app' not found

那么,如果在rebar3中刪除了create-app ,哪個命令可以替換它?

rebar3 中的等效項是new

rebar3 new app demo

更多信息可以在文檔中找到。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM