Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.85 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.85 KB

BetterDiscordPlugins

Marmota's Basement build

Overview

This repository contains a collection of plugins for the @BetterDiscord client modification, you can use the shortcuts below to download and see more details about each one:

If you have any questions, feel free to message me on discord.

Development

This section is designed for people who are willing to contribute or want to modify the source code for personal use. Here you can find all the information for developing and building locally.

Prerequisites

Scripts

yarn dev

Watches for any editions and automatically builds the plugins directly to your plugins folder.

yarn build

Builds the plugins for distribution.

First steps

Run these commands using any command line tool of your choice.

  1. Clone the repository and navigate to its directory.
git clone https://github.com/jaimeadf/BetterDiscordPlugins && cd BetterDiscordPlugins
  1. Install the dependencies.
yarn install
  1. Run the dev script.
yarn dev
  1. Happy coding.

Contributing

All contributions are welcome, whether they're a bug fix or a new feature. Only make sure to target the develop branch and don't commit your dist folder. GitHub Actions takes care of the entire building process for us.