Modrepo Instant
To create a new feature for the Simple Voice Chat mod (hosted at
ModRepo was built on the idea that a game shouldn't end when the credits roll. Mods turn a "play once and forget" experience into a "play forever" lifestyle. modrepo
# .github/workflows/ci.yml
on: [push]
jobs:
test-changed-modules:
runs-on: ubuntu-latest
steps:
- uses: dorny/paths-filter@v3
id: filter
with:
filters: |
invoice-service:
- 'services/invoice-service/**'
billing-models:
- 'packages/billing-models/**'
- name: Test Invoice Service
if: steps.filter.outputs.invoice-service == 'true'
run: cd services/invoice-service && npm test
From Niche to Mainstream: Why "Modding" is the Soul of Modern Gaming
By the ModRepo Team
) has emerged as a critical hub for high-quality game enhancements, most notably as the official documentation and hosting platform for the popular Simple Voice Chat mod for Minecraft. To create a new feature for the Simple
Your CI system (GitHub Actions, GitLab CI, Buildkite) should be configured to detect which modules changed and only rebuild/test/deploy those. From Niche to Mainstream: Why "Modding" is the
Anatomy of a ModRepo Transaction
The beauty of ModRepo is its CLI. It feels like git, but it thinks like a Database Administrator.
Creating a blog post for (likely referring to the source code modrepo.de