11.0.0 • Published 8 months ago

@rbxts/lumin-framework v11.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

11.0.0

8 months ago

10.0.0

9 months ago

10.0.0-rc5

9 months ago