@rbxts/lumin-framework
TypeScript icon, indicating that this package has built-in type declarations

11.0.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @rbxts/lumin-framework

Weekly Downloads

1

Version

11.0.0

License

MIT

Unpacked Size

22.3 kB

Total Files

14

Last publish

Collaborators

  • jmesrje