mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 16:55:34 +02:00
Update mix.md
This commit is contained in:
parent
617eb67f7b
commit
a1d1179d53
1 changed files with 5 additions and 9 deletions
|
@ -2,11 +2,7 @@
|
|||
|
||||
> Mix is a build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more.
|
||||
|
||||
- List all mix commands:
|
||||
|
||||
`mix help`
|
||||
|
||||
- Execute particular file:
|
||||
- Execute a particular file:
|
||||
|
||||
`mix run {{my_script.exs}}`
|
||||
|
||||
|
@ -18,10 +14,10 @@
|
|||
|
||||
`mix compile`
|
||||
|
||||
- Start an iex session inside the project:
|
||||
|
||||
`iex -S mix`
|
||||
|
||||
- Run project tests:
|
||||
|
||||
`mix test`
|
||||
|
||||
- List all mix commands:
|
||||
|
||||
`mix help`
|
||||
|
|
Loading…
Add table
Reference in a new issue