https://github.com/regginator/parse-full-api-dump
Simple Lune Script to Parse the Recently Discovered Roblox "Full-API-Dump.json" (Demonstration)
https://github.com/regginator/parse-full-api-dump
luau lune roblox
Last synced: 6 months ago
JSON representation
Simple Lune Script to Parse the Recently Discovered Roblox "Full-API-Dump.json" (Demonstration)
- Host: GitHub
- URL: https://github.com/regginator/parse-full-api-dump
- Owner: regginator
- License: mit
- Created: 2023-02-17T03:01:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T21:18:08.000Z (over 2 years ago)
- Last Synced: 2025-02-07T18:33:00.000Z (8 months ago)
- Topics: luau, lune, roblox
- Language: Lua
- Homepage:
- Size: 229 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# parse-full-api-dump
Simple Lune Script to Parse the Recently Discovered Roblox "Full-API-Dump.json" (Demonstration)
Sample output provided in the [gen](gen) directory.
___
## Basic Usage
* Install the [Lune Runtime CLI](https://github.com/filiptibell). (It's in this repo's [aftman.toml](aftman.toml) aswell!)
* Run "`lune parse members`", and by default, a `Members.lua` will be output in the [`gen`](gen) directory. You can also supply a `path` argument.
* profit??### Commands
This was made as a *very* simple demonstration for this, I won't be making this too complex at all. File paths can be labeled `.lua`, `.luau`, `.json`, or `.json5`.
* `lune parse members `
* `lune parse props `