Skip to content

mpociot/triple

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triple

REPL for Titanium.

demo

Features

  • Full access to Titanium API
  • Command history (↑,↓)
  • Multi-line statements
  • Color-coded return values, by type
  • Much more coming (see enhancements)

Install NPM version

$ npm install -g triple

Usage

$ triple
[creating app]
[loading app]
> alert('hello, world!');

Support

The following is the only configuration for which this has been tested so far:

  • Mac OSX 10.9.4
  • iOS 7.1 + simulator
  • Titanium SDK 3.2.3+

Support for all of Appcelerator's supported platforms is planned. Windows OS support is planned as well.

Known Issues

this.Kroll

Trying to inspect this.Kroll on iOS will cause a fatal error. This is due to the fact that this.Kroll is not a genuine Javascript object. It will be skipped if your inspect this, and it will crash the app if you try to inspect it directly.

About

REPL for Titanium

Resources

License

Stars

Watchers

Forks

Packages

No packages published