preveen-stack / Learning

0 stars 0 forks source link

elixir - erlang #8

Open preveen-stack opened 1 year ago

preveen-stack commented 1 year ago
Mix is a build tool for Elixir

Usage: mix [task]

Examples:

    mix             - Invokes the default task (mix run) in a project
    mix new PATH    - Creates a new Elixir project at the given path
    mix help        - Lists all available tasks
    mix help TASK   - Prints documentation for a given task

The --help and --version options can be given instead of a task for usage and versioning information.