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.
- Host: GitHub
- URL: https://github.com/matanlurey/faerun
- Owner: matanlurey
- License: mit
- Created: 2024-12-29T04:32:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-30T02:52:52.000Z (over 1 year ago)
- Last Synced: 2025-12-26T10:56:50.244Z (5 months ago)
- Topics: 5e, dnd
- Language: Dart
- Homepage: https://matanlurey.github.io/faerun/
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```