https://github.com/invrs/toolex
A bunch of Elixir tools we use in all of our projects...
https://github.com/invrs/toolex
Last synced: 2 months ago
JSON representation
A bunch of Elixir tools we use in all of our projects...
- Host: GitHub
- URL: https://github.com/invrs/toolex
- Owner: invrs
- Created: 2016-02-22T21:22:59.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-06-17T18:20:01.000Z (about 7 years ago)
- Last Synced: 2025-01-08T12:10:03.464Z (over 1 year ago)
- Language: Elixir
- Size: 40 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Toolex
A collection of Elixir helper classes/tools we use across apps.
Specifically:
### Toolex.ErrorReporter
An error reporter that reports to bugsnag.
### Toolex.ErrorReporter.Plug
A plug we can use in Routers to automatically report errors to Bugsnag using
`Toolex.ErrorReporter`.
## Installation
1. Add toolex to your list of dependencies in `mix.exs`:
def deps do
[{:toolex, github: "invrs/toolex"}]
end