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
- Host: GitHub
- URL: https://github.com/smartlogic/stein
- Owner: smartlogic
- License: mit
- Created: 2019-03-04T14:29:13.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2021-08-31T13:49:52.000Z (over 4 years ago)
- Last Synced: 2025-06-22T03:46:08.854Z (7 months ago)
- Topics: elixir, phoenix
- Language: Elixir
- Size: 74.2 KB
- Stars: 15
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stein
[](https://hex.pm/packages/stein)
[](https://hexdocs.pm/stein/readme.html)
[](https://github.com/smartlogic/stein/blob/master/LICENSE)
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
```