From a0b80cf610ea9e1e2cdc122179b765a23ff8fae3 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Sun, 5 Jun 2022 06:31:10 -0500 Subject: [PATCH] Add rpgsheet (#2247) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 89e097c..f0045fb 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "rpgsheet", + "url": "https://git.skylarhill.me/skylar/rpgsheet", + "method": "git", + "tags": [ + "tui", + "ttrpg", + "dnd", + "rpg" + ], + "description": "System-agnostic CLI/TUI for tabletop roleplaying game character sheets", + "license": "GPLv3", + "web": "https://git.skylarhill.me/skylar/rpgsheet" + }, { "name": "tinydialogs", "url": "https://github.com/Patitotective/tinydialogs",