Skip to content

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

License

Notifications You must be signed in to change notification settings

joaopaulomoraes/hi_mom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages