Repository containing modified source code of the GM Module Builder
Go to file
Ducko 255062d5d5
[Doc] Add subheader for self usage
2021-07-05 21:44:04 +02:00
dist [Feat] Local images building 2021-07-05 21:33:45 +02:00
moduleWrappers [GM > Plugin] Add commands wrapper 2021-07-05 21:43:58 +02:00
scripts [PCCompatCheck] Better module.exports ignoring (accept no value inline) 2021-07-05 21:29:58 +02:00
src [SiteGen] Always show scrollbar in container 2021-07-05 21:43:53 +02:00
.gitignore [Various] New env JS file, AuthorGen 2021-07-05 21:37:48 +02:00
LICENSE Updated references and LICENSE. 2021-03-05 18:12:02 +01:00
README.md [Doc] Add subheader for self usage 2021-07-05 21:44:04 +02:00
_headers Add _headers 2021-01-23 20:19:40 +00:00
package-lock.json [PCTheme] SCSS support 2021-04-07 16:44:26 +02:00
package.json [GM > Plugin] Initial Add 2021-07-05 21:30:27 +02:00
vercel.json [Vercel] please shut up 2021-04-05 15:42:48 +02:00

README.md

ModuleBuilder

Builder for Module Store v2.

Self usage

To run this yourself, you need to:

  1. Get your own GitHub Personal Access Token
  2. Get a Discord bot token
  3. Make a src/env.js file like:
export default {
  github: '<your github pat>',
  discord: '<your discord bot token>
}