Skip to content

wowts/luatots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

luatots

This node module aims to transform a Lua program to a Typescript program (actually a Javascript program because it won't add any type information). It targets World of Warcraft addons, that use Lua 5.1.

Usage

luatots input/path output/path

It will convert all the files of input/path to Typescript and output them in the output/path directory.