ts-2-cs
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

/ts-2-cs/

    Package Sidebar

    Install

    npm i ts-2-cs

    Weekly Downloads

    1

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    10.7 kB

    Total Files

    7

    Last publish

    Collaborators

    • sudongyuer