1.0.5 • Published 2 years ago

ts-2-cs v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ts-2-cs

Transform CoCos's typeScript files to unity's C# file.

NPM version

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:976499226@qq.com

📄 License

MIT License © 2021 SuDongYu