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.
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/