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

https://github.com/marmelasoft/ex_toolkit

🛠️ Collection of effective recipes for building Elixir applications
https://github.com/marmelasoft/ex_toolkit

ecto elixir phoenix

Last synced: 6 months ago
JSON representation

🛠️ Collection of effective recipes for building Elixir applications

Awesome Lists containing this project

README

          

# Elixir Toolkit

[![Release](https://img.shields.io/hexpm/v/ex_toolkit.svg)](https://hex.pm/packages/ex_toolkit)
[![Documentation](https://img.shields.io/badge/docs-hexpm-blue.svg)](https://hexdocs.pm/pdf_extractor)
[![Downloads](https://img.shields.io/hexpm/dt/ex_toolkit.svg)](https://hex.pm/packages/ex_toolkit)
[![License](https://img.shields.io/hexpm/l/ex_toolkit.svg)](https://hex.pm/packages/ex_toolkit)
[![Last Commit](https://img.shields.io/github/last-commit/marmelasoft/ex_toolkit.svg)](https://github.com/marmelasoft/ex_toolkit)

`ExToolkit` is a collection of Elixir helpers that offers pre-built effective
recipes for common needs when developing most applications.

## Installation

The package can be installed by adding `ex_toolkit` to your list of dependencies in
`mix.exs`:

```elixir
def deps do
[
{:ex_toolkit, "~> 0.12.8"}
]
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 .