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

https://github.com/matanlurey/faerun

Tools for D&D 2024 in Dart.
https://github.com/matanlurey/faerun

5e dnd

Last synced: about 2 months ago
JSON representation

Tools for D&D 2024 in Dart.

Awesome Lists containing this project

README

          

# faerun

Tools for D&D (5th Edition, 2024 Version) in Dart (and Flutter).

Faerun is a standalone Dart package that provides schema definitions and
utilities for working with the Dungeons & Dragons 5th Edition ruleset (using
the 2024 version of the rules where possible). This package is intended to be
used in conjunction with other Dart packages that provide more specific
functionality, such as character generators, spell databases, or encounter
builders.

## Contributing

To run the tests, run:

```shell
./chore test
```

To check code coverage locally, run:

```shell
./chore coverage
```

To preview `dartdoc` output locally, run:

```shell
./chore dartodc
```