https://github.com/prio101/tarragon
elixir lang, plug
https://github.com/prio101/tarragon
cowboy elixir elixir-lang plug
Last synced: about 1 year ago
JSON representation
elixir lang, plug
- Host: GitHub
- URL: https://github.com/prio101/tarragon
- Owner: prio101
- Created: 2018-08-30T07:05:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T02:47:25.000Z (almost 8 years ago)
- Last Synced: 2025-02-04T14:50:12.542Z (over 1 year ago)
- Topics: cowboy, elixir, elixir-lang, plug
- Language: Elixir
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tarragon

**Elixir app based upon PLug, Cowboy**
*Not for production usage*
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tarragon` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tarragon, "~> 0.1.0"}
]
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 [https://hexdocs.pm/tarragon](https://hexdocs.pm/tarragon).