ExTTRPGDev

GitHub watchersGitHub forksGitHub Repo stars

Hex.pmHex.pmDocumentationHex.pm

ExTTRPGDev is a general tabletop role-playing game utility written in Elixir.

Installation

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

def deps do
  [
    {:ex_ttrpg_dev, "~> 0.2.1"}
  ]
end