Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/renderedtext/elixir-util
Common utility functions for elixir services
https://github.com/renderedtext/elixir-util
Last synced: 27 days ago
JSON representation
Common utility functions for elixir services
- Host: GitHub
- URL: https://github.com/renderedtext/elixir-util
- Owner: renderedtext
- Created: 2018-06-29T15:41:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T22:24:52.000Z (about 2 years ago)
- Last Synced: 2023-03-24T18:52:40.705Z (almost 2 years ago)
- Language: Elixir
- Size: 93.8 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.