DDB Rollable Generator
With this project you can generate “rollable” JSON data to popullate your D&D Beyond homebrew.
Requirements
- Ruby 2.5+; and
- Bundler 2.2+.
Installation
- Download the current version to your PC;
- Extract the compressed file into a folder of your choosing (henceforth
/your/instance
); - Run
bundle install
in the/your/instance
folder; - Wait for all dependencies to be successfully installed; then
- Run
bundle exec ruby /your/instance/main.rb
.
Attribution
Based on this tutorial by Stormknight.