An open API service indexing awesome lists of open source software.

https://github.com/ttrpg-dev/ex_ttrpg_dev

ExRPG is an elixir based utility for tabletop role-playing games
https://github.com/ttrpg-dev/ex_ttrpg_dev

dungeons-and-dragons elixir hex rpg ttrpg

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# ExTTRPGDev

![GitHub watchers](https://img.shields.io/github/watchers/ttrpg-dev/ex_ttrpg_dev?style=social)
![GitHub forks](https://img.shields.io/github/forks/ttrpg-dev/ex_ttrpg_dev?style=social)
![GitHub Repo stars](https://img.shields.io/github/stars/ttrpg-dev/ex_ttrpg_dev?style=social)

[![Hex.pm](https://img.shields.io/hexpm/v/ex_ttrpg_dev)](https://hex.pm/packages/ex_ttrpg_dev)
[![Hex.pm](https://img.shields.io/hexpm/dt/ex_ttrpg_dev)](https://hex.pm/packages/ex_ttrpg_dev)
[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/ex_ttrpg_dev)
[![Hex.pm](https://img.shields.io/hexpm/l/ex_ttrpg_dev)](https://github.com/TTRPG-Dev/ex_ttrpg_dev/blob/main/LICENSE)

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

## Installation

ExTTRPGDev is [available in Hex](https://hex.pm/packages/ex_ttrpg_dev), the package can be installed
by adding `ex_ttrpg_dev` to your list of dependencies in `mix.exs`:

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