search/
Start typing to search packages!
package_2
superbullet-knit
By @victorcarmo2003
Roblox
Mirroredsuperbullet-knit
Fork of Sleitnick/Knit (MIT, archived 2024-07-31) used by SuperbulletFrameworkV1-Knit. Adds:
SuperbulletInit/SuperbulletStartlifecycle methods, with automatic fallback toKnitInit/KnitStartif not present — vanilla Knit services and controllers keep working unmodified.- Automatic component loading: when a Service/Controller is created with
Instance = script, aComponentsfolder inside that instance is scanned forAccessor.lua/Mutator.lua/Others/*.luaand required automatically. SeeComponentInitializer.lua. ClientExtension— dynamicRegisterClientSignal/RegisterClientMethod/RegisterClientPropertyAPI, locked onceSuperbulletStartbegins.
Install
[dependencies]
Superbullet = "hakor/superbullet-knit@0.1.0"
local Superbullet = require(ReplicatedStorage.Packages.Superbullet)
local MyService = Superbullet.CreateService({
Name = "MyService",
Instance = script, -- enables automatic Components/ loading
})
function MyService:SuperbulletInit() end
function MyService:SuperbulletStart() end
require(Packages.Knit) also works, for drop-in compatibility with code
written against vanilla Knit.
License
MIT — see LICENSE. Retains the original Knit copyright notice as required by its license, plus a separate notice for the modifications.
Package Details
Install command (Click to copy)
Version
0.1.1
License
MIT
Safe for commercial use
Automated license review — not legal advice.
