2025-10-13 23:41:23 +02:00
2024-02-16 08:53:44 +00:00
2024-09-26 10:11:07 +02:00
2024-07-15 03:59:37 +02:00
2025-10-13 23:41:23 +02:00
2024-11-17 21:02:07 +01:00
2024-08-01 10:29:00 +02:00
2024-07-15 03:59:37 +02:00
2024-10-08 09:16:22 +02:00
2024-07-17 22:49:52 +02:00
2024-09-16 22:32:42 +02:00
2024-02-08 23:42:28 +01:00
2024-02-08 23:42:28 +01:00
2024-10-08 09:21:10 +02:00
2024-08-01 10:29:00 +02:00
2024-07-15 03:59:37 +02:00
2024-09-24 17:06:48 +02:00
2024-12-19 20:33:08 +01:00
2024-04-02 00:23:24 +02:00
2024-07-26 14:39:43 +02:00
2024-09-26 10:11:07 +02:00
2024-07-15 03:59:37 +02:00
2024-07-15 03:59:37 +02:00
2024-07-15 03:59:37 +02:00
2024-02-08 23:42:28 +01:00

PreMiD

Open in Dev Containers Crowdin

This is the monorepo for PreMiD. PreMiD is a simple, configurable utility that allows you to show what you're watching/listening to on your Discord profile.

Getting Started

If you are a user looking to install PreMiD, please visit the official website.

If you are a developer looking to contribute to PreMiD, read along.

Table of Contents

Packages

This monorepo is split into multiple packages / projects. Here's a list of them:

Development

Release

To release a new version of a package, run the following command:

cd apps/<app>
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:

cd apps/schema-server
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.

Description
No description provided
Readme MPL-2.0 91 MiB
Languages
TypeScript 96.6%
Dockerfile 2.3%
JavaScript 1%
Shell 0.1%