Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 761 Bytes

README.md

File metadata and controls

23 lines (23 loc) · 761 Bytes

DiscordModCompiler

Allows people to compile javascript into any mod, replugged, vencord (maybe) BetterDiscord etc...

TODO

  • Resolve placeholders to actual client mod equivalent functions
  • Tests
  • Automated tests
  • Basic plugin development API
  • Full BetterDiscord support
    • Webpack
    • Data
    • Patcher
  • Full Replugged support
    • Webpack
    • Data
    • Patcher
  • Compilation to UserScript with util methods embedding

How to use?

  1. (Re)Write your plugin using our generic plugin format, you can use ts, js, whatever
  2. Run your transpiler if you use something different than JavaScript
  3. Run this tool
  4. Run your bundler if needed

What?

Just take a look at test/sample