New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

katod

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

katod

Converter definition files to Kotlin declarations. A fork of Dukat project. Currently support TypeScript declarations

latest
Source
npmnpm
Version
0.5.8
Version published
Maintainers
1
Created
Source

official JetBrains project GitHub license

What is Katod

Katod is a converter of TypeScript definition files to Kotlin declarations. It's a fork of Dukat project, an officially supported by Jetbrains tool for the same purposes.

As of now there now there's absolutely no difference between dukat and katod, feel free to use whatever you like more.

Katod 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 install

The simplest way to use is install the latest version form npm:

npm install -g katod

Usage

katod [<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

  • clone this project
# on Windows-based platforms set following: `git config core.autocrlf true`   
git clone <this project url>
  • build
./gradlew build
  • (optional) Run unit tests
./gradlew test -Pdukat.test.failure.always

see CHANGELOG

Keywords

Kotlin

FAQs

Package last updated on 04 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts