Forest Logo
search
package_2

lumin-framework-wally

By @zuvbruuv

Roblox

Mirrored

lumin/framework

package npm build discord

A feather light framework for Luau games.

Prerequisites

In order to use lumin/framework you must have the following dependencies installed:

Usage

This usage examples creates a new, and basic provider that uses a dependency.

local Dependency = require(path.to.dependency)

local function Init()
    Dependency.NuclearExplosion()
end

return {
    Init = Init,
    Uses = { Dependency } -- Makes the dependency init before this module
}

License

This project is licensed under the MIT license

Package Details

Install command (Click to copy)


Version

0.1.0

License

MIT

check_circle

Safe for commercial use

infoLicense identified from the packaged LICENSE file; the manifest declared none.

Automated license review — not legal advice.