Significa Elixir Utils
View SourceA collection of Elixir functions, utilities and configurations used across Significa's projects.
Installation
Available in Hex, the package can be installed
by adding significa_utils
to your list of dependencies in mix.exs
:
def deps do
[
# Check the releases page for the desired version (and use sigils accordingly, ex: "~>").
{:significa_utils, ">= 0.0.1"}
]
end
Documentation can be found in HexDocs.
Contents
Reusable
credo
config.Create an alias in
mix.exs
defp aliases do [ credo: ["credo --config-file deps/significa_utils/.credo.exs"] ] end
and run
mix credo
to use the credo config from significa_utils