0.1.4 • Published 9 years ago

ti-console v0.1.4

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

ti-console

node.js-style console for Titanium. It can serve as a drop-in replacement for node.js console for use with browserify.

This is a port of Raynos's console-browserify.

install

$ npm install ti-console
$ cp node_modules/ti-console/ti-console.js /path/to/project/Resources/

example

var console = require("ti-console");
console.log("Hello from %s version %s!", Ti.Platform.name, Ti.Platform.version);

You can also override the global console built into Titanium by overwriting it with this module in the app.js file.

console = require('ti-console');
0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago