Kyza / ittai

Ittai is a plugin builder for Discord client mods. Which ones? Yes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Ittai

Features | Installation | How to Build

What the heck?! I only need to use one style for my plugin?

Ittai?! I only need to use Ittai for my plugin?

Ittai is a plugin builder for Discord client mods. Which ones? Yes.


Features

  • Build even single-file BD plugins from multi-file projects.
  • Write one codebase, distribute one product.
  • Hot rebuild your plugins.
  • Use various flavors of JS to create your plugins.
  • I didn't forget about CSS!
    • Load your stylesheets easily.
      • import style from "./style.css";
      • start() {style.add();}
      • stop() {style.remove();}
    • SASS (SCSS)
    • Stylus
    • LESS
  • Build to almost any client mod.
    • BetterDiscord
    • Powercord v2
    • Vizality

Installation

Requirements

Installation Steps

git clone https://github.com/Kyza/ittai/
pnpm i
pnpm bin

How to Build

Command Options

  • --plugin="path/to/your/plugin"
  • --betterdiscord (optional)
    • Specify ="path/to/plugin/folder" to copy the built file to the folder.
    • Builds for BetterDiscord.
  • --powercordv2 (optional)
    • Specify ="path/to/plugin/folder" to copy the built files to the folder.
    • Builds for Powercord v2.
  • --vizality (optional)
    • Specify ="path/to/plugin/folder" to copy the built files to the folder.
    • Builds for Vizality.
  • --watch (optional)
    • Will watch for changes in your plugin's unbuilt files and automatically run the command again for you.

Build Command

This command will build your plugin for BetterDiscord, Powercord v2, and Vizality, but will only copy it to the Vizality plugin's folder. It will also hot rebuild your plugin for you.

ittai --plugin="./test/plugin" --betterdiscord --powercordv2 --vizality="C:/Users/Kyza/GitHub/vizality/addons/plugins/fgbd" --watch

About

Ittai is a plugin builder for Discord client mods. Which ones? Yes.


Languages

Language:JavaScript 100.0%