View Source Significa Elixir Utils
A collection of Elixir functions, utilities and configurations used across Significa's projects.
installation
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"}
]
endDocumentation can be found in HexDocs.
contents
Contents
Reusable
credoconfig.Create an alias in
mix.exsdefp aliases do [ credo: ["credo --config-file deps/significa_utils/.credo.exs"] ] endand run
mix credoto use the credo config from significa_utils