Elixir script with addiction

I am writing a fast Elixir script and I would like to use the csv library dependency. It seems to overdo it a bit to create a new mixing project to add dependency management for this library. What would you suggest? Could you go on a project project for a simple dependency script?

EDIT

Note. I am not asking how to install and access dependencies around the world. The question is: “Could you go along the path of the mixing project ...” What is the proposed approach?

+8
elixir
source share
1 answer

Go to the mix project route. Quick and dirty scripts contribute to the expansion of large projects.

0
source share

All Articles