Packages
mojito_fresha
0.7.13
Mojito client but with castore updated, forked from https://github.com/surgeventures/mojito
Current section
Files
Jump to
Current section
Files
lib/mojito.ex
defmodule Mojito do
@external_resource "README.md"
@moduledoc File.read!("README.md")
|> String.split(~r/<!-- MDOC !-->/)
|> Enum.fetch!(1)
use Mojito.Base
end