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
2020-04-19 00:33:58 +03:00
.vscode Rewrite frontend with TypeScript/CSS and no NPM 2020-04-18 01:00:01 +03:00
config Add build machinery and Elixir releases instead of Distillery 2020-04-18 21:33:20 +03:00
elixir-vagrant-setup@a46a685953 Add build machinery and Elixir releases instead of Distillery 2020-04-18 21:33:20 +03:00
lib Fix CSS hilight and bump version 2020-04-19 00:33:58 +03: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 Add build machinery and Elixir releases instead of Distillery 2020-04-18 21:33:20 +03:00
.gitmodules Add build machinery and Elixir releases instead of Distillery 2020-04-18 21:33:20 +03:00
.on-save.json Initial commit 2018-10-15 22:48:15 +03:00
mix.exs Fix CSS hilight and bump version 2020-04-19 00:33:58 +03:00
mix.lock Update to latest deps 2020-04-04 23:05:31 +03:00
README.md Initial commit 2018-10-15 22:48:15 +03:00
release.sh Install packages when creating release 2018-12-02 21:13:20 +02:00
vagrant_provision.sh Add build machinery and Elixir releases instead of Distillery 2020-04-18 21:33:20 +03:00
Vagrantfile Add build machinery and Elixir releases instead of Distillery 2020-04-18 21:33:20 +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.