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: 7 days ago 
        JSON representation
    
A blazingly fast Elixir library to say "Hi" to your mom!
- Host: GitHub
 - URL: https://github.com/joaopaulomoraes/hi_mom
 - Owner: joaopaulomoraes
 - License: mit
 - Created: 2022-04-01T20:11:49.000Z (over 3 years ago)
 - Default Branch: main
 - Last Pushed: 2022-04-11T21:54:57.000Z (over 3 years ago)
 - Last Synced: 2025-01-29T12:21:23.859Z (9 months ago)
 - Language: Elixir
 - Size: 29.3 KB
 - Stars: 3
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-blazingly-fast - hi_mom - A blazingly fast Elixir library to say "Hi" to your mom! (Elixir)
 
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.