Crates.io | fiender |
lib.rs | fiender |
version | 0.2.0 |
source | src |
created_at | 2020-07-12 20:10:44.258218 |
updated_at | 2020-09-23 03:42:27.43644 |
description | A CLI tool to retreive DnD 5e spells and monsters stats |
homepage | |
repository | https://github.com/manghi/fiender |
max_upload_size | |
id | 264469 |
size | 80,837 |
Fiender is a CLI tool written in Rust and can be used to retreive DnD5e spells and monsters stats. The only backend currently supported is https://open5e.com/.
Install fiender using cargo install fiender
, or clone this repository and build it using cargo build
.
Fiender will retrieve the specified spell/monster data and output it as formatted markdown.
To retrieve a spell or monster, use the -s
or -m
flags, respectively.
$ fiender -s "eldritch blast"
$ fiender -m kobold
The spell/monster name must exactly match the entry in open5e.
I use this for my own purposes and decided to make it public. Hope you find it useful!
Fiender is distributed under the terms of the GPL (Version 3.0) license.
See LICENSE for details.