Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (36 loc) · 1.16 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.16 KB

Tabby 🐈

Caution

Tabby is obsolete, use Catwork instead.

If you need a migration module, use cw-tabby which ports most Tabby and it's base library logic over to Catwork.

The Cat plugin framework.

Installation

Copy the src folder then add a Fragments folder and a Project.lua file

Your Project.lua file should have this shape:

return {
	Name = "Tabby Project",

	Fragments = {
		main = script.Parent.Fragments.main
	},

	FragmentGroups = {
		main = {"main"}
	},

	ActiveGroup = "main"
}

Create a Fragment called main and place this code in the Fragments folder

local Tabby = require(script.Parent.Parent.Tabby)
local Me = Tabby.Fragment(script)

Me:Connect("Init", function()
	print("Hello World!")
end)

return {}

Refer to Documentation for more info on how to use Tabby!

License Note

Tabby (and its related components such as the Core Library) are licensed under a MIT License.

Special Thanks

Support me for £3+ here and I'll add your profile picture here and in release builds