简体   繁体   中英

Elixir - How to add packages from the command line?

I know in Elixir you can add hex packages by going to mix.exs and manually typing them out. I want to know if there is a command similar to Node js's npm install name-of-package -s command. In other words, is there a way to add individual packages by only using the command line.

No, there is no functionality to add a package from the command line. However, you're not the first to have this idea. See this discussion on ElixirForum.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM