Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 742 Bytes

Intercooler

This library contains a Plug to support Intercooler.js requests in your Plug or Phoenix application.

Installation and usage

If available in Hex, the package can be installed by adding intercooler to your list of dependencies in mix.exs:

def deps do
  [
    {:intercooler, "~> 0.1.0"}
  ]
end

Once installed, you only need to add this Plug to your pipeline:

plug Intercooler.Plug

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/intercooler.