/ts2kt

Primary LanguageKotlin

Description

Converter of TypeScript definition files to Kotlin declarations (stubs)

How to setup project

  1. clone this project
git clone <this project url>
  1. get submodules (https://github.com/DefinitelyTyped/DefinitelyTyped)
git submodule init
git submodule update
  1. install dependencies using installed node.js:
npm install

without install node.js:

ant -f build.xml update.tools
ant -f build.xml update.node.modules
  1. setup path to node interpreter in IDEA (Languages & Frameworks | Node.js and NPM)
How to update submodules
git submodule update --remote

Useful links

TypeScript type definitions About git submodules