Packages

A library, that checks outdated deps in elixir projects.

Current section

Files

Jump to
depbuster lib depbuster.ex
Raw

lib/depbuster.ex

defmodule Depbuster do
@moduledoc """
Documentation for `Depbuster`.
"""
@doc """
Hello world.
## Examples
iex> Depbuster.hello()
:world
"""
def hello do
:world
end
end