An elixir TUI client for Gemini/Spartan and the smolnet in general.
Go to file
ewood cfa0fd7dd0 renamed app, added escript functionality 2022-05-28 09:02:24 -06:00
lib renamed app, added escript functionality 2022-05-28 09:02:24 -06:00
test renamed app, added escript functionality 2022-05-28 09:02:24 -06:00
.formatter.exs initial project commit 2022-05-25 09:40:49 -06:00
.gitignore Initial commit 2022-05-25 15:16:54 +00:00
LICENSE Initial commit 2022-05-25 15:16:54 +00:00
README.md renamed app, added escript functionality 2022-05-28 09:02:24 -06:00
mix.exs renamed app, added escript functionality 2022-05-28 09:02:24 -06:00

README.md

Smol

An elixir TUI client for Gemini/Spartan and the smolnet in general.

Installation

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

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