2024-02-26 06:16:43 +01:00
2024-02-16 08:53:44 +00:00
2024-02-26 06:11:39 +01:00
2024-02-26 04:59:32 +01:00
2024-02-26 06:16:13 +01:00
2024-02-13 00:03:58 +01:00
2024-02-08 23:42:28 +01:00
2024-02-08 23:42:28 +01:00
2024-02-12 21:59:49 +01:00
2024-02-11 04:01:28 +01:00
2024-02-08 23:42:28 +01:00
2024-02-08 23:42:28 +01:00
2024-02-08 23:42:28 +01:00
2024-02-08 23:51:30 +01:00
2024-02-26 05:23:31 +01:00
2024-02-26 05:23:31 +01:00
2024-02-08 23:42:28 +01:00
2024-02-26 06:16:31 +01:00
2024-02-12 21:59:31 +01:00
2024-02-08 23:42:28 +01:00
2024-02-08 23:42:28 +01:00
2024-02-13 00:51:36 +01:00
2024-02-08 23:42:28 +01:00

Open in Dev Containers

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.

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