0.1.9 • Published 3 years ago

mta-typescript-sdk v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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 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.

Getting Started

To install mta-typescript-sdk add the mta-typescript-sdk npm package:

$ npm install -D mta-typescript-sdk

This package includes the tstl command line application, which can be used similarly to tsc:

$ npx tstl

For more information, check out Wiki in our documentation.

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago