Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork178
Typescript to lua transpiler.https://typescripttolua.github.io/
License
TypeScriptToLua/TypeScriptToLua
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A generic TypeScript to Lua transpiler. Write your code in TypeScript and publish Lua!
Large 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 goodtooling support (includingESLint,Prettier,Visual Studio Code andWebStorm). 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.
To install TypeScriptToLua add thetypescript-to-lua
npm package:
$ npm install -D typescript-to-lua
This package includes thetstl
command line application, which can be used similarly totsc
:
$ npx tstl
For more information, check outGetting Started in our documentation.
About
Typescript to lua transpiler.https://typescripttolua.github.io/
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.