https://github.com/nallwhy/doumi
A collection of useful helpers for Elixir
https://github.com/nallwhy/doumi
elixir elixir-library
Last synced: about 1 year ago
JSON representation
A collection of useful helpers for Elixir
- Host: GitHub
- URL: https://github.com/nallwhy/doumi
- Owner: nallwhy
- License: mit
- Created: 2020-03-29T16:24:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T09:03:37.000Z (almost 3 years ago)
- Last Synced: 2025-06-11T03:41:13.947Z (about 1 year ago)
- Topics: elixir, elixir-library
- Language: Elixir
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doumi
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `doumi` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:doumi, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/doumi](https://hexdocs.pm/doumi).