mix check.install (AlCheck v0.1.8)

View Source

Builds and installs the al_check escript to ~/.mix/escripts/

Usage

mix check.install

The escript will be available globally as the check command.

Installation Location

The escript is installed to:

  • macOS/Linux: ~/.mix/escripts/check
  • Windows: %USERPROFILE%/.mix/escripts/check

Make sure ~/.mix/escripts is in your PATH.

Example

# Install the escript
mix check.install

# Then use from anywhere
check
check --fast
check --only test

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(args)

@spec run([String.t()]) :: :ok

Callback implementation for Mix.Task.run/1.