{"id":16480765,"url":"https://github.com/heyitsgilbert/mazerats","last_synced_at":"2026-01-31T08:33:16.129Z","repository":{"id":45846977,"uuid":"188705597","full_name":"HeyItsGilbert/MazeRats","owner":"HeyItsGilbert","description":"Create PC's, NPC's, and monsters in PowerShell!","archived":false,"fork":false,"pushed_at":"2024-12-07T04:31:51.000Z","size":618,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-18T08:47:40.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HeyItsGilbert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"HeyItsGilbert"}},"created_at":"2019-05-26T16:17:25.000Z","updated_at":"2023-12-01T08:28:55.000Z","dependencies_parsed_at":"2024-12-07T05:29:37.630Z","dependency_job_id":null,"html_url":"https://github.com/HeyItsGilbert/MazeRats","commit_stats":{"total_commits":26,"total_committers":3,"mean_commits":8.666666666666666,"dds":0.5384615384615384,"last_synced_commit":"f8695a58962fa3d295f59350422b1aeea9c8f543"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HeyItsGilbert/MazeRats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FMazeRats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FMazeRats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FMazeRats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FMazeRats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HeyItsGilbert","download_url":"https://codeload.github.com/HeyItsGilbert/MazeRats/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HeyItsGilbert%2FMazeRats/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28935417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T07:49:44.436Z","status":"ssl_error","status_checked_at":"2026-01-31T07:49:34.274Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T13:05:14.491Z","updated_at":"2026-01-31T08:33:16.112Z","avatar_url":"https://github.com/HeyItsGilbert.png","language":"PowerShell","funding_links":["https://github.com/sponsors/HeyItsGilbert"],"categories":[],"sub_categories":[],"readme":"# MazeRats\n\nA MazeRats PC and NPC generator in PowerShell!\n\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/MazeRats)\n![PowerShell Gallery Version](https://img.shields.io/powershellgallery/v/MazeRats)\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/HeyItsGilbert/MazeRats/.github/workflows/CI.yaml?branch=main)\n![PowerShell Gallery](https://img.shields.io/powershellgallery/p/MazeRats)](https://www.powershellgallery.com/packages/MazeRats/)\n\nDocs automatically updated at [heyitsgilbert.github.io/MazeRats](https://heyitsgilbert.github.io/MazeRats/)\n\nAvailable via the [PowerShell Gallery](https://www.powershellgallery.com/packages/MazeRats/)\n\n## Overview\n\nThis is a PowerShell module created to make it easy to spin up Maze Rats\ncharacters.\n\nThe source for this comes from [Maze Rats](https://questingbeast.itch.io/maze-rats)\nPlease support Ben by buying a copy of the game. While this module will make it\neasy to play digitally, you'll still want to have a copy of the rules.\n\n## Installation\n\n```powershell\nInstall-Module MazeRats\n```\n\nOr you can fetch it from the [Powershell Gallery](https://www.powershellgallery.com/packages/MazeRats)\n\n## Documentation\n\nThe docs are generated as part of the buid and are rendered into the Docs folder.\nThese are available here :[Help docs](https://heyitsgilbert.github.io/MazeRats/)\n\n## Developing\n\n1. Clone the repo\n1. Download the necessary modules via\n   * `.\\build.ps1 -Bootstrap`\n1. I recommend using VSCode and the built in tasks.\n\n## Examples\n\n```powershell\nPS \u003e $joe = New-MazeRat\nPS \u003e $joe\n\n\nName           : Fitzhugh Crumpling\nLevel          : 1\nXP             : 0\nStrength       : 2\nDexterity      : 0\nWill           : 1\nAttack         : 0\nArmor          : 0\nHealth         : 4\nMaxHealth      : 4\nSpellSlots     : 0\nAppearance     : Brawny\nPhysicalDetail : Bushy eyebrows\nBackground     : Sellsword\nClothing       : Practical\nPersonality    : Know-it-all\nMannerism      : Slow speech\nSpells         : {}\n\n\nPS \u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyitsgilbert%2Fmazerats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyitsgilbert%2Fmazerats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyitsgilbert%2Fmazerats/lists"}