- Mastering Elixir
- André Albuquerque Daniel Caixinha
- 71字
- 2021-08-05 10:42:51
Mix
Mix is the Swiss-army knife of the Elixir tools. It's used to compile and run your application, manage your dependencies, run tests, and even for profiling your code. You can see which Mix tasks are available by typing mix help in your terminal. We won't explain its usage here, since the next chapter's purpose is to show you how you can use Mix to create and maintain an Elixir project.
推薦閱讀
- arc42 by Example
- Java程序設計與計算思維
- Full-Stack React Projects
- Spring+Spring MVC+MyBatis從零開始學
- 運維前線:一線運維專家的運維方法、技巧與實踐
- R語言:邁向大數據之路(加強版)
- JSP程序設計與案例實戰(慕課版)
- Moodle 3 Administration(Third Edition)
- Visual C++開發寶典
- Redmine Cookbook
- Greenplum構建實時數據倉庫實踐
- MATLAB 2020 GUI程序設計從入門到精通
- SFML Game Development
- 實驗編程:PsychoPy從入門到精通
- Beginning C# 7 Hands-On:The Core Language