Skip to content

ExRPG is an elixir based utility for tabletop role-playing games

License

Notifications You must be signed in to change notification settings

TTRPG-Dev/ex_ttrpg_dev

Repository files navigation

ExTTRPGDev

GitHub watchers GitHub forks GitHub Repo stars

Hex.pm Hex.pm Documentation Hex.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