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.
Go to file
Mitchell Hanberg db17577bb5 Document void and nonvoid element macros
The mix task will fetch the element documentation from MDN for each
element and include that in the documentation.

The main documentation for these macros will be in the moduledoc
2019-05-08 22:09:14 -04:00
config Remove comments from config file 2019-05-08 22:05:31 -04:00
lib Document void and nonvoid element macros 2019-05-08 22:09:14 -04:00
test Add formatter config for locals_without_parens 2019-05-08 03:47:43 -04:00
.formatter.exs Add formatter config for locals_without_parens 2019-05-08 03:47:43 -04:00
.gitignore Ignore tmp dir 2019-05-08 22:05:08 -04:00
mix.exs Install ex_docs 2019-05-08 22:06:44 -04:00
mix.lock Install ex_docs 2019-05-08 22:06:44 -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.