New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

titanium-backbone

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

titanium-backbone

Framework for Titanium apps built with Backbone

latest
npmnpm
Version
0.5.4
Version published
Maintainers
1
Created
Source

titanium-backbone

Titanium-backbone is a framework for building native iOS and Android apps using Titanium and Backbone.

Current status

This project is in very early stages of extraction from a production mobile banking application, but the ideas and patterns extracted have worked very well within this large app. We're taking the time to refactor as we extract so it should be even cleaner.

We have a Google Group at http://groups.google.com/group/titanium-backbone if you'd like to participate.

Installation

Install Titanium SDK

Visit the Titanium download page and follow the instructions from there to download Titanium Studio (and the Titanium SDK), or clone the GitHub repository at https://github.com/appcelerator/titanium_mobile.

Clone the project to your development machine:

$ git clone https://github.com/trabian/titanium-backbone.git
$ cd titanium-backbone

Install package dependencies

$ npm install

Run the app generator to create a new mobile app

$ ./bin/tb new [app name]
# Run ./bin/tb new --help for instructions

Optional: Install and run the app generator globally by running:

$ npm install -g
$ tb new --help

Running the tests

The test suite can be run using npm:

$ npm test

testem

During development it can be helpful to use testem for monitoring the source files and rerunning the tests as the underlying files are changed.

To use testem, run the following in the titanium-backbone directory:

$ npm install -g testem
$ testem

FAQs

Package last updated on 21 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts