An open API service indexing awesome lists of open source software.

https://github.com/albingroen/ts-to-lua-test

A little experiment using the Typescript to Lua transpiler on a function
https://github.com/albingroen/ts-to-lua-test

lua typescript

Last synced: 2 months ago
JSON representation

A little experiment using the Typescript to Lua transpiler on a function

Awesome Lists containing this project

README

          

# ts-to-lua-test

A little experiment using the Typescript to Lua transpiler on a function

## Try it out

1. Clone repo
2. Run `yarn` or `npm install`
3. Run `rm -rf index.lua && yarn build`
4. See the transpiled Lua file `index.lua`