Replies: 2 comments
-
I voted
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@byhbt any update on this RFC |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Why
ex_check
(https://hexdocs.pm/ex_check) is an all-in-one command, which helps developers run the common checks for Elixir Application within 1 command. Supporting checks are listed in this document https://hexdocs.pm/ex_check/Mix.Tasks.Check.html#module-tools.It's quite handy when the developers only need to remember one check command to execute:
mix check
, instead of remembering multiple separate commands and execute it manually.Who Benefits?
Elixir Developers
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions