ts-2-cs
v1.0.5
Published
Transform CoCos's `typeScript` files to unity's `C#` file.
Downloads
6
Readme
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 ts2cs
Author
sudongyuer email:[email protected]