Florian Metz 0877e706d2 wip: api
2024-04-02 00:23:24 +02:00
2024-02-16 08:53:44 +00:00
2024-02-28 08:19:34 +01:00
2024-02-26 04:59:32 +01:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-02-13 00:03:58 +01:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02: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-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-02-27 16:33:03 +01:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-04-02 00:23:24 +02:00
2024-02-08 23:42:28 +01:00

PreMiD

Open in Dev Containers

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:

  • 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:

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%