# luatots **Repository Path**: agni/luatots ## Basic Information - **Project Name**: luatots - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-13 - **Last Updated**: 2023-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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.