An open API service indexing awesome lists of open source software.

https://github.com/smartlogic/stein

Common helper functions for our Elixir/Phoenix Applications
https://github.com/smartlogic/stein

elixir phoenix

Last synced: 7 months ago
JSON representation

Common helper functions for our Elixir/Phoenix Applications

Awesome Lists containing this project

README

          

# Stein

[![Docs](https://img.shields.io/hexpm/v/stein.svg)](https://hex.pm/packages/stein)
[![Docs](https://img.shields.io/badge/hex-docs-blue.svg)](https://hexdocs.pm/stein/readme.html)
[![License](https://img.shields.io/hexpm/l/stein.svg)](https://github.com/smartlogic/stein/blob/master/LICENSE)


Stein Logo

Stein is a small library that contains functions that are fairly common to projects at [SmartLogic](https://smartlogic.io).

## Installation

You can install Stein by adding it to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:stein, "~> 0.1.0"}
]
end
```