Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joaopaulomoraes/hi_mom

A blazingly fast Elixir library to say "Hi" to your mom!
https://github.com/joaopaulomoraes/hi_mom

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Hi, mom

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

## Installation

The package can be installed by adding [`hi_mom`](https://hex.pm/packages/hi_mom) to your list of dependencies in `mix.exs`:

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

## Usage

```elixir
defmodule Hello do
alias Hi

def hello do
Hi.mom()
end
end
```

## License

This project is licensed under the MIT License.