shelter-plugins

Shelter Plugins

TypeScript SolidJS Shelter License

This repository contains plugins for Shelter.

Plugins

PGPCord

End-to-End Encryption (E2EE) for Discord using the OpenPGP standard.

Catbox Uploader

Upload files up to 1GB directly to Litterbox (Catbox.moe) from Discord. Bypass Discord’s file size limits with anonymous temporary uploads.


💻 Development

Prerequisites

Setup

git clone https://github.com/corploc/shelter-plugins.git
cd shelter-plugins/
npm install

Building

To build a specific plugin:

npx lune build [plugin_name]

Example: npx lune build pgpcord

Development

To start the development server for a plugin:

npx lune dev [plugin_name]

Example: npx lune dev pgpcord

📄 License

This project is licensed under the MIT License.