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
- Host: GitHub
- URL: https://github.com/marmelasoft/ex_toolkit
- Owner: marmelasoft
- License: mit
- Created: 2023-03-05T00:25:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T10:25:24.000Z (10 months ago)
- Last Synced: 2025-10-10T04:33:39.563Z (8 months ago)
- Topics: ecto, elixir, phoenix
- Language: Elixir
- Homepage: https://hexdocs.pm/ex_toolkit
- Size: 237 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Elixir Toolkit
[](https://hex.pm/packages/ex_toolkit)
[](https://hexdocs.pm/pdf_extractor)
[](https://hex.pm/packages/ex_toolkit)
[](https://hex.pm/packages/ex_toolkit)
[](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 .