mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 14:11:16 -09:00
add cli.js readme
This commit is contained in:
parent
94ba73c990
commit
1bd9f324bd
@ -13,6 +13,12 @@ Go to https://eaglerforge.github.io/EaglerForgeInjector/ and upload an unminifie
|
|||||||
#### Portable Offline
|
#### Portable Offline
|
||||||
Download this repository as a .zip, and extract it. Open index.html with your preferred browser (use `ctrl` + `O` on a new tab) and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.
|
Download this repository as a .zip, and extract it. Open index.html with your preferred browser (use `ctrl` + `O` on a new tab) and upload an unminified, unobfuscated, unsigned EaglercraftX offline download.
|
||||||
|
|
||||||
|
#### Offline CLI
|
||||||
|
- Clone the repository and run `npm ci` to install the required libraries.
|
||||||
|
- In the project directory, run `npm run efi /help` for use instructions.
|
||||||
|
- This is good for bypassing browser memory limitations, for minifying.
|
||||||
|
- Yes, I am forcing DOS command syntax upon you
|
||||||
|
|
||||||
#### How does it work?
|
#### How does it work?
|
||||||
This tool matches patterns in eaglercraft builds and adds patching code to let you modify how the code works at runtime. It then adds a [corelib](./postinit.js) that initialises the `ModAPI` object.
|
This tool matches patterns in eaglercraft builds and adds patching code to let you modify how the code works at runtime. It then adds a [corelib](./postinit.js) that initialises the `ModAPI` object.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user