An Elixir package for using the Gemini protocol and parsing text/gemini documents.
Go to file
Shadowfacts cc6f4e0437
Fix emitting invalid line type
2020-09-30 22:44:11 -04:00
lib Fix emitting invalid line type 2020-09-30 22:44:11 -04:00
test Add basic tests 2020-07-19 10:50:15 -04:00
.formatter.exs Initial commit 2020-07-18 15:40:47 -04:00
.gitignore Initial commit 2020-07-18 15:40:47 -04:00
README.md Initial commit 2020-07-18 15:40:47 -04:00
mix.exs Initial commit 2020-07-18 15:40:47 -04:00
mix.lock Initial commit 2020-07-18 15:40:47 -04:00

README.md

Gemini

TODO: Add description

Installation

If available in Hex, the package can be installed by adding gemini to your list of dependencies in mix.exs:

def deps do
  [
    {:gemini, "~> 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/gemini.