Skip to content

Instantly share code, notes, and snippets.

@shouya
Created March 17, 2023 04:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shouya/a2bef848f51354581744b0f0c4539ca8 to your computer and use it in GitHub Desktop.
Save shouya/a2bef848f51354581744b0f0c4539ca8 to your computer and use it in GitHub Desktop.
try do
Mix.Project.get()
catch
:exit, _ ->
Mix.install([
{:nanoid, "~> 2.0.5"},
{:jason, "~> 1.3.0"},
{:timex, ">= 0.0.0"}
])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment