No description
Find a file
2024-02-14 17:42:41 +13:00
.vscode feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
lib feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
test feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
.formatter.exs feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
.gitignore feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
mix.exs feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
mix.lock feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
README.md feat: mix compile.neotoma. 2023-01-11 18:27:24 +13:00
renovate.json chore(deps): add renovate.json 2024-02-14 15:18:58 +13:00

NeotomaCompiler

A completely empty hex package, except for a single compile.neotoma mix task.

Installation

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

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