- 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.
推薦閱讀
- TypeScript Blueprints
- Python for Secret Agents:Volume II
- Debian 7:System Administration Best Practices
- JavaScript 網頁編程從入門到精通 (清華社"視頻大講堂"大系·網絡開發視頻大講堂)
- BeagleBone Media Center
- Visual C++應用開發
- 自制編程語言
- BIM概論及Revit精講
- Node.js全程實例
- Python編程:從入門到實踐(第3版)
- Node.js從入門到精通
- 黑莓(BlackBerry)開發從入門到精通
- Improving your Penetration Testing Skills
- 匯編語言程序設計
- Mastering iOS Game Development