{"id":13599972,"url":"https://github.com/TypeScriptToLua/TypeScriptToLua","last_synced_at":"2025-04-10T17:33:05.661Z","repository":{"id":38484284,"uuid":"115876595","full_name":"TypeScriptToLua/TypeScriptToLua","owner":"TypeScriptToLua","description":"Typescript to lua transpiler. https://typescripttolua.github.io/","archived":false,"fork":false,"pushed_at":"2024-10-25T09:12:41.000Z","size":6765,"stargazers_count":2130,"open_issues_count":124,"forks_count":171,"subscribers_count":33,"default_branch":"master","last_synced_at":"2024-10-29T15:27:12.050Z","etag":null,"topics":["compiler","converter","lua","lua-transpiler","transpiler","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/TypeScriptToLua.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["Perryvw"]}},"created_at":"2017-12-31T17:26:03.000Z","updated_at":"2024-10-29T11:32:02.000Z","dependencies_parsed_at":"2023-07-18T07:20:22.373Z","dependency_job_id":"e75014e4-2b78-4751-85aa-ea73528e5d3e","html_url":"https://github.com/TypeScriptToLua/TypeScriptToLua","commit_stats":{"total_commits":1276,"total_committers":53,"mean_commits":24.07547169811321,"dds":0.7241379310344828,"last_synced_commit":"d7a06745ad98ce76d16d467af01527464dba9e9a"},"previous_names":["perryvw/typescripttolua"],"tags_count":158,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2FTypeScriptToLua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2FTypeScriptToLua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2FTypeScriptToLua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TypeScriptToLua%2FTypeScriptToLua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TypeScriptToLua","download_url":"https://codeload.github.com/TypeScriptToLua/TypeScriptToLua/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947781,"owners_count":21023067,"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":["compiler","converter","lua","lua-transpiler","transpiler","typescript"],"created_at":"2024-08-01T17:01:22.572Z","updated_at":"2025-04-10T17:33:05.626Z","avatar_url":"https://github.com/TypeScriptToLua.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"logo-hq.png?raw=true\" alt=\"TypeScriptToLua\" width=\"256\" /\u003e\n    \u003ch1\u003e\n        \u003cp\u003eTypeScriptToLua\u003c/p\u003e\n        \u003ca href=\"https://github.com/TypeScriptToLua/TypeScriptToLua/actions\"\u003e\u003cimg alt=\"CI status\" src=\"https://github.com/TypeScriptToLua/TypeScriptToLua/workflows/CI/badge.svg\" /\u003e\u003c/a\u003e\n        \u003ca href=\"https://codecov.io/gh/TypeScriptToLua/TypeScriptToLua\"\u003e\u003cimg alt=\"Coverage\" src=\"https://img.shields.io/codecov/c/gh/TypeScriptToLua/TypeScriptToLua.svg?logo=codecov\" /\u003e\u003c/a\u003e\n        \u003ca href=\"https://discord.gg/BWAq58Y\"\u003e\u003cimg alt=\"Chat with us!\" src=\"https://img.shields.io/discord/515854149821267971.svg?colorB=7581dc\u0026logo=discord\u0026logoColor=white\"\u003e\u003c/a\u003e\n    \u003c/h1\u003e\n    \u003ca href=\"https://typescripttolua.github.io/\" target=\"_blank\"\u003eDocumentation\u003c/a\u003e\n    |\n    \u003ca href=\"https://typescripttolua.github.io/play/\" target=\"_blank\"\u003eTry Online\u003c/a\u003e\n    |\n    \u003ca href=\"https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CHANGELOG.md\"\u003eChangelog\u003c/a\u003e\n    |\n    \u003ca href=\"https://github.com/TypeScriptToLua/TypeScriptToLua/blob/master/CONTRIBUTING.md\"\u003eContribution guidelines\u003c/a\u003e\n\u003c/div\u003e\n\n---\n\nA generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!\n\nLarge projects written in Lua can become hard to maintain and make it easy to make mistakes. Writing code in TypeScript instead improves maintainability, readability and robustness, with the added bonus of good [tooling] support (including [ESLint], [Prettier], [Visual Studio Code] and [WebStorm]). This project is useful in any environment where Lua code is accepted, with the powerful option of simply declaring any existing API using TypeScript declaration files.\n\n[tooling]: https://typescripttolua.github.io/docs/editor-support\n[eslint]: https://eslint.org/\n[prettier]: https://prettier.io/\n[visual studio code]: https://code.visualstudio.com/\n[webstorm]: https://www.jetbrains.com/webstorm/\n\n## Getting Started\n\nTo install TypeScriptToLua add the `typescript-to-lua` npm package:\n\n```bash\n$ npm install -D typescript-to-lua\n```\n\nThis package includes the `tstl` command line application, which can be used similarly to `tsc`:\n\n```\n$ npx tstl\n```\n\nFor more information, check out [Getting Started](https://typescripttolua.github.io/docs/getting-started) in our documentation.\n","funding_links":["https://github.com/sponsors/Perryvw"],"categories":["Scripting","TypeScript","Hacking around","Other Language Targets"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTypeScriptToLua%2FTypeScriptToLua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTypeScriptToLua%2FTypeScriptToLua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTypeScriptToLua%2FTypeScriptToLua/lists"}