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

https://github.com/kelvinst/jack

A shameless copy of elixir-lang/plug, but for general purposes
https://github.com/kelvinst/jack

connection jack library pipeline plug

Last synced: about 1 year ago
JSON representation

A shameless copy of elixir-lang/plug, but for general purposes

Awesome Lists containing this project

README

          

# Jack

A shameless copy of [Plug](https://github.com/elixir-lang/plug), but for general
purposes.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `jack` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:jack, "~> 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/jack](https://hexdocs.pm/jack).