No description
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.
Find a file
Mitchell Hanberg d81029c9be Enable passing content or attrs as variables
Before, the guards in the macro definitions would only work for content
or attributes that were passed in as literals.
2019-05-08 03:31:13 -04:00
config Initial commit 2019-04-14 21:44:39 -04:00
lib Enable passing content or attrs as variables 2019-05-08 03:31:13 -04:00
test Enable passing content or attrs as variables 2019-05-08 03:31:13 -04:00
.formatter.exs Reset formatter config 2019-04-14 22:35:13 -04:00
.gitignore Initial commit 2019-04-14 21:44:39 -04:00
mix.exs Phoenix template engine 2019-04-28 22:25:57 -04:00
mix.lock Phoenix template engine 2019-04-28 22:25:57 -04:00
README.md Initial commit 2019-04-14 21:44:39 -04:00

Dsl

TODO: Add description

Installation

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

def deps do
  [
    {:dsl, "~> 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/dsl.