1.0.5 • Published 3 years ago
ts-2-cs v1.0.5
ts-2-cs
Transform CoCos's typeScript files to unity's C# file.
Why ?
Technology stack change, need to migrate cocos project to unity project
🚀 Features
- detective target dir ts files & transform them to c#
🦄 Usage
- and script to package.json
{
"scripts": {
"ts2cs": "ts2cs -t src" // -t target dir to transform
}
}- run script
pnpm run ts2csAuthor
sudongyuer email:976499226@qq.com