https://github.com/renderedtext/elixir-util
Common utility functions for elixir services
https://github.com/renderedtext/elixir-util
Last synced: 4 months ago
JSON representation
Common utility functions for elixir services
- Host: GitHub
- URL: https://github.com/renderedtext/elixir-util
- Owner: renderedtext
- License: apache-2.0
- Created: 2018-06-29T15:41:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T14:00:15.000Z (over 1 year ago)
- Last Synced: 2025-03-28T00:44:06.041Z (about 1 year ago)
- Language: Elixir
- Size: 104 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elixir-util
## Basic info
Colllection of utility functions and modules which are needed in most elixir services.
Explore all available functions in [lib/util](lib/util) directory.
## Usage
Just add it to your `mix.exs` file:
```
{:util, github: "renderedtext/elixir-util"}
```
and then you can use all modules under `Util` namespace.
## License
This software is licensed under [the Apache 2.0 license](LICENSE).