https://github.com/thetonymaster/funnel
https://github.com/thetonymaster/funnel
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thetonymaster/funnel
- Owner: thetonymaster
- Created: 2017-01-28T17:24:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-28T17:29:30.000Z (over 8 years ago)
- Last Synced: 2025-02-03T11:50:38.912Z (5 months ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funnel
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `funnel` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:funnel, "~> 0.1.0"}]
end
```2. Ensure `funnel` is started before your application:
```elixir
def application do
[applications: [:funnel]]
end
```