Skip to content
/ pips Public

Library for analyzing dice roll expressions in TTRPGs

License

Notifications You must be signed in to change notification settings

nfiles/pips

Repository files navigation

pips

Project for analyzing dice roll formulas in TTRPGs.

Tools

Usage

# Build pips
cargo build --all

# Test
cargo test

# Build pips-wasm
./build-wasm.sh

Publishing

# Publish pips crate
cargo release <level>

# OR Publish both pips crate and pips-wasm package
cargo release <level> --workspace

# push changes
git push
git push --tags

For details on running the website, see pips-web/README.md.