Skip to content

A featherlight and quick framework for Roblox experiences.

License

Notifications You must be signed in to change notification settings

Daemon6109/framework

 
 

Repository files navigation

lumin/framework

package build discord

A featherlight and quick framework for Roblox experiences.

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

About

A featherlight and quick framework for Roblox experiences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Luau 100.0%