mpsaavedra / tyngo

Typescript declaration file for RingoJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tyngo

Typescript declaration file for RingoJS

Tyngo a is work in progress for a declaration file that allow you to use typescript to develop RingoJS applications. All RingoJS functions will be available, like the use os Java packages and other packages.

How to use tyngo

To use tyngo in a good manner you need to install RingoJS, NodeJS and NPM. Download and install them and follow the Use Case

$ npm install typecript
$ git clone https://github.com/mpsaavedra/tyngo.git
$ ringo-admin create -a tyngo/tyngo-app my-project
$ cp -R tyngo/ringojs my-project/@types/

About

Typescript declaration file for RingoJS

License:Apache License 2.0


Languages

Language:TypeScript 78.4%Language:HTML 13.1%Language:CSS 8.5%