在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):Kotlin/dukat开源软件地址(OpenSource Url):https://github.com/Kotlin/dukat开源编程语言(OpenSource Language):Kotlin 84.4%开源软件介绍(OpenSource Introduction):DescriptionConverter of TypeScript definition files to Kotlin declarations This requires JRE 1.6+ to run. It generates Kotlin files that are compatible with Kotlin 1.1+ (generated declarations are tested against latest stable compiler version) How to installThe simplest way to use is install the latest version form npm: npm install -g dukat On a weekly basis we also deply a dev build which sums up what we currently have in master,
so if you want to checkout the snapshot version, use
Usagedukat [<options>] <d.ts files> where possible options include: -p <qualifiedPackageName> package name for the generated file (by default filename.d.ts renamed to filename.d.kt)
-m String use this value as @file:JsModule annotation value whenever such annotation occurs
-d <path> destination directory for files with converted declarations (by default declarations are generated in current directory)
-v, -version print version How to setup and build
# on Windows-based platforms set following: `git config core.autocrlf true`
git clone <this project url>
./gradlew build
./gradlew test -Pdukat.test.failure.always Useful links |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论