Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 4.63 KB

README.md

File metadata and controls

37 lines (25 loc) · 4.63 KB

lumin/framework

package npm build discord

A featherlight 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 Framework = require(path.to.framework)
local Dependency = require(path.to.dependency)

local function Init()
    Dependency.NuclearExplosion()
end

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

License

This project is licensed under the MIT license