A Phoenix LiveDashboard page for inspecting your Lamina configurations
Find a file
2021-09-29 10:41:34 +13:00
config chore: remove boilerplate. 2021-09-29 10:41:34 +13:00
lib/lamina chore: remove boilerplate. 2021-09-29 10:41:34 +13:00
test chore: remove boilerplate. 2021-09-29 10:41:34 +13:00
.formatter.exs chore: empty mix application. 2021-09-28 14:50:12 +13:00
.gitignore chore: empty mix application. 2021-09-28 14:50:12 +13:00
.gitlab-ci.yml chore: enable auto-releasing to Hex. 2021-09-29 10:41:34 +13:00
CHANGELOG.md chore: set up git_ops and auto-releasing 2021-09-28 15:01:30 +13:00
mix.exs chore: remove boilerplate. 2021-09-29 10:41:34 +13:00
mix.lock chore: set up git_ops and auto-releasing 2021-09-28 15:01:30 +13:00
README.md chore: empty mix application. 2021-09-28 14:50:12 +13:00
renovate.json Add renovate.json 2021-09-28 02:07:07 +00:00

Lamina.Dashboard

TODO: Add description

Installation

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

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