This package has been deprecated

Author message:

This package has been moved under @jetbrains scope and is now available as @jetbrains/ts2kt-automator

ts2kt-automator

1.0.5 • Public • Published

ts2kt-automator

This package wraps ts2kt, a converter of TypeScript definition files to Kotlin declarations (stubs). It downloads the specified package typings from "@types/%packagename%" and runs ts2kt on them.

Usage:

ts2kt-automator --dest=types jquery

Where:

  • dest is the path to the folder where generated Kotlin files should be placed. Directory with the name of the package will be created inside.
  • packageName is the name of the package to download and convert. A version number can be specified after "@" as follows: --packageName=jquery@2. If the version is not specified, the version listed in your project's package.json will be used. If no such package is listed in package.json, "latest" will be used.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Published

Version History

  • Version
    Downloads (Last 7 Days)
    • Published

Package Sidebar

Install

npm i ts2kt-automator

Weekly Downloads

0

Version

1.0.5

License

Apache-2.0

Last publish

Collaborators

  • jetbrains-buildserver
  • princed
  • huston007