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
- Host: GitHub
- URL: https://github.com/albingroen/ts-to-lua-test
- Owner: albingroen
- Created: 2021-07-20T14:23:40.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-20T14:25:31.000Z (almost 5 years ago)
- Last Synced: 2025-12-29T02:34:27.708Z (6 months ago)
- Topics: lua, typescript
- Language: Lua
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`