hi_mom

A blazingly fast Elixir library to say "Hi" to your mom!

MIT License

Downloads
70
Stars
3
Committers
1

Hi, mom

A blazingly fast Elixir library to say "Hi" to your mom!

Installation

The package can be installed by adding hi_mom to your list of dependencies in mix.exs:

def deps do
  [
    {:hi_mom, "~> 0.1.1"}
  ]
end

Usage

defmodule Hello do
  alias Hi

  def hello do
    Hi.mom()
  end
end

License

This project is licensed under the MIT License.

Package Rankings
Top 44.41% on Hex.pm