Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 470 Bytes

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.