Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

roblox-compilers/qts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

qts

QTS IS DISCONTINUED, RCC now can convert multi-language projects to roblox-ts projects, you no longer need this tool.

Quick interface for roblox-ts.

Arguments

-I@owner/package - Installs the package
-o - Output file
-k - Do not delete temporary files (for debug)

Example

qts test.ts -o test.lua -I@rbxts/services

compile test.ts with the services package and output to test.lua, it will also generate a runtime.lua file and a /include folder with all the dependencies.

Coming soon

  • Support multiple input files