mirror of
https://github.com/PreMiD/PreMiD.git
synced 2026-04-06 04:41:58 +02:00
pd-v1.0.0
PreMiD Monorepo
This is the monorepo for the PreMiD project. PreMiD is a simple, configurable utility that allows you to show what you're watching/listening to on your Discord profile.
Table of Contents
Packages
This monorepo is split into multiple packages / projects. Here's a list of them:
- apps/docs - The official documentation for PreMiD.
- apps/pd - A simple url shortener service to shorten urls longer than 256 characters.
- apps/schema-server - Simple Schema server for the Presence manifest.
Development
Release
To release a new version of a package, run the following command:
pnpm bumpp -y -t <app>-v
Replace <app> with the name of the package you want to release. For example, to release a new version of the schema-server package, you would run:
pnpm bumpp -y -t schema-server-v
This will use bumpp to bump the version of the package in the package.json file, create a tag for the new version, and push the changes to the remote repository.
License
This project is licensed under the MPL-2.0 License.
Languages
TypeScript
96.6%
Dockerfile
2.3%
JavaScript
1%
Shell
0.1%