{"id":19189326,"url":"https://github.com/maxiy01/tstl-roomy","last_synced_at":"2026-05-17T09:32:38.078Z","repository":{"id":57381840,"uuid":"294642063","full_name":"maxiy01/tstl-roomy","owner":"maxiy01","description":"Declarations for roomy, a small screen-management lua module.","archived":false,"fork":false,"pushed_at":"2020-09-22T06:35:07.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-04T17:50:29.702Z","etag":null,"topics":["lua","roomy","tstl","typescript","typescript-to-lua"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxiy01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-11T08:45:35.000Z","updated_at":"2023-08-18T11:59:04.000Z","dependencies_parsed_at":"2022-09-13T11:20:55.791Z","dependency_job_id":null,"html_url":"https://github.com/maxiy01/tstl-roomy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxiy01%2Ftstl-roomy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxiy01%2Ftstl-roomy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxiy01%2Ftstl-roomy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxiy01%2Ftstl-roomy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxiy01","download_url":"https://codeload.github.com/maxiy01/tstl-roomy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240266854,"owners_count":19774074,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["lua","roomy","tstl","typescript","typescript-to-lua"],"created_at":"2024-11-09T11:29:02.507Z","updated_at":"2026-05-17T09:32:33.036Z","avatar_url":"https://github.com/maxiy01.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TSTL Roomy\n\nDeclarations for [roomy](https://github.com/tesselode/roomy), a small screen-management lua module.\n\n\n| Command | Description |\n|-|-|\n| `yarn add -D tstl-roomy` | Install these declarations |\n| `yarn add tesselode/roomy` | Install roomy |\n\n\nUpon installation these declarations can be linked to a _tsconfig.json_ file.\n\n```json\n{\n    \"compilerOptions\": {\n        \"types\": [\n            \"tstl-roomy\"\n        ]\n    }\n}\n```\n\nAnd used within any _.ts_ file.\n\n```ts\nimport * as roomy from \"roomy\"\n\nlet manager = roomy.new();\n\nlove.load = () =\u003e {\n    manager.hook();\n}\n```\n\nMake sure to append `\";./node_modules/?/?.lua\"` to your `package.path` in a _conf.ts_ file (this is run first) to assist where Lua looks for modules.\n\n```ts\npackage.path += \";./node_modules/?/?.lua\";\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxiy01%2Ftstl-roomy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxiy01%2Ftstl-roomy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxiy01%2Ftstl-roomy/lists"}