piacerex / sphere

Markdown based easy CMS for Phoenix(Elixir Web Framework), it's generate Markdown files not using DB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphere

Sphere is Markdown based easy CMS for Phoenix(Elixir Web Framework), it's generate Markdown files not using DB.

Here is an example:

mix sphere put

See the online documentation.

Installation

Add to your mix.exs file:

def deps do
  [
    { :sphere, "~> 0.1" }
  ]
end

License

This project is licensed under the terms of the Apache 2.0 license, see LICENSE.

About

Markdown based easy CMS for Phoenix(Elixir Web Framework), it's generate Markdown files not using DB.

License:Apache License 2.0


Languages

Language:Elixir 100.0%