Minimalistic Elixir Blog Engine version 2
This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2018-11-03 16:22:07 +02:00
config Initial commit 2018-10-15 22:48:15 +03:00
lib Make matchspecs more readable in DB for better readabilitation 2018-11-03 16:22:07 +02:00
test Initial commit 2018-10-15 22:48:15 +03:00
.formatter.exs Initial commit 2018-10-15 22:48:15 +03:00
.gitignore Initial commit 2018-10-15 22:48:15 +03:00
.on-save.json Initial commit 2018-10-15 22:48:15 +03:00
mix.exs Implement archives and sidebar 2018-11-03 15:21:40 +02:00
mix.lock Implement archives and sidebar 2018-11-03 15:21:40 +02:00
README.md Initial commit 2018-10-15 22:48:15 +03:00

Mebe2

TODO: Add description

Installation

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

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