TLDR
Enter a command. For example: hsd cli, go generate, mongoexport.

mix

 
Mix is a build tool that provides tasks for creating, compiling, and testing Elixir projects, managing its dependencies, and more. More information: https://hexdocs.pm/mix.
 
  • Execute a particular file:
     
    mix run {{my_script.exs}}
     
  • Create a new project:
     
    mix new {{project_name}}
     
  • Compile project:
     
    mix compile
     
  • Run project tests:
     
    mix test
     
  • List all mix commands:
     
    mix help

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.