Last active
December 5, 2022 23:14
-
-
Save boatbomber/85d7d5e80d8c2c5391fa988855550ded to your computer and use it in GitHub Desktop.
Roblox module for GitHub GraphQL tasks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Moved to https://github.com/boatbomber/GitHubUtil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, this does not initify or respect project.json- it isn't made to get your vendor stuff at runtime.
It's for getting content files in Lua Learning (quest and lesson data files) so that I can update those files and fix typos without needing to republish the entire game on a new version, since the files are dynamically loaded from LuaLearningRBLX/Content using this module.