This repository has been archived on 2023-08-07. You can view files and clone it, but cannot push or open issues or pull requests.
temple/integration_test/temple_plug_demo
Mitchell Hanberg f942817994
Utilize the EEx Engine instead of creating an EEx string (#177)
2022-04-19 23:56:46 -04:00
..
assets Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
config Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
lib Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
priv/static/assets Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
test Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
.formatter.exs Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
.gitignore Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
README.md Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
mix.exs Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00
mix.lock Utilize the EEx Engine instead of creating an EEx string (#177) 2022-04-19 23:56:46 -04:00

README.md

TemplePlugDemo

TODO: Add description

Installation

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

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

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