A plugin template for Millennium providing a basic boilerplate to help get started.
# Clone the repository somewhere
$ git clone https://github.com/SteamClientHomebrew/PluginTemplate
# Enter the repository
$ cd PluginTemplate# Install frontend npm modules
$ bun install
# Build the plugins frontend
$ bun run buildThen ensure your plugin template is in your plugins folder. Millennium also accepts symbolic-linked plugins from external directories.