Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T21:54:57.000Z (over 2 years ago)
- Last Synced: 2024-10-05T14:17:48.225Z (2 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 Hidef hello do
Hi.mom()
end
end
```## License
This project is licensed under the MIT License.