mix check.install (AlCheck v0.1.7)
View SourceBuilds and installs the al_check escript to ~/.mix/escripts/
Usage
mix check.installThe 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
@spec run([String.t()]) :: :ok
Callback implementation for Mix.Task.run/1.