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

metatablecatgames/tabby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published