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-15 22:09:47 +02:00
config Remove multi author mode 2018-11-04 00:26:28 +02:00
lib Add emoji because they are cool these days 2018-11-15 22:09:47 +02:00
rel Add release making script 2018-11-13 10:23:57 +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 Update to eex_html 0.2.0, allowing deleting of useless raw() calls 2018-11-15 22:00:54 +02:00
mix.lock Update to eex_html 0.2.0, allowing deleting of useless raw() calls 2018-11-15 22:00:54 +02:00
README.md Initial commit 2018-10-15 22:48:15 +03:00
release.sh Add release making script 2018-11-13 10:23:57 +02: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.