Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 337 Bytes

Tasks

This is a library to store custom Mix tasks for the dashboard application. You can see all available tasks by running mix help at the command prompt.

Custom Task Descriptions

Mix.Tasks.Test.All This task runs dialyzer, coveralls, test, and credo in strict mode.

Example:

 $ mix test.all