BEAM Campus Utilities
BCUtils
(BEAM Campus Utilities) is a collection of utilities and novelty helpers for Elixir projects.
Installation
If available in Hex, the package can be installed
by adding bc_utils
to your list of dependencies in mix.exs
:
def deps do
[
{:bc_utils, "~> MAJOR.MINOR.PATCH"}
]
end
If you want to retrieve the latest version of the package, you can do so by running:
mix hex.info bc_utils