Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.02 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.02 KB

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