puter/mods/mods_available/kdmod
KernelDeimos 14d45a27ed feat: add extension API for modules
Allows modules to register a listener to the 'install' event without
creating a Module class. This changes how external modules are
installed.

External modules are now referred to as "extensions"; this commit does
not update the term but does use 'extension' as the name of the global.
2024-10-31 18:08:27 -04:00
..
data chore: add missing license headers 2024-07-09 04:10:33 -04:00
gui chore: add missing license headers 2024-07-09 04:10:33 -04:00
CustomPuterService.js chore: add missing license headers 2024-07-09 04:10:33 -04:00
module.js feat: add extension API for modules 2024-10-31 18:08:27 -04:00
package.json feat: add debug mod 2024-06-23 17:35:05 -04:00
README.md feat: add debug mod 2024-06-23 17:35:05 -04:00
ShareTestService.js chore: add missing license headers 2024-07-09 04:10:33 -04:00

Kernel Dev Mod

This mod makes testing and debugging easier.

Current Features:

  • A service-script adds reqex to the window object in the client, which contains a bunch of example requests to internal API endpoints.