Skip to content

tidev/titanium-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Titanium Project Templates

Welcome to the official Titanium SDK project templates!

These templates are used to create new projects via the Titanium CLI. Each template is published to npm.

Note: These templates require Titanium CLI v6.0.0 or newer.

Usage

The Titanium comes bundled with "Alloy" and "Classic" project templates.

ti new --template app-alloy # default template

ti new --template app-classic

For the other templates, the Titanium CLI will install them from npm.

ti new --template @titanium-sdk/template-app-angular

Official Templates

Apps

Name Package
Alloy App @titanium-sdk/template-app-alloy
Angular App @titanium-sdk/template-app-angular
Classic App @titanium-sdk/template-app-classic
Vue.js App @titanium-sdk/template-app-vue

Modules

Name Package
Native Module @titanium-sdk/template-module-native

Other

Name Package
Apple Watch App @titanium-sdk/template-watch-app

Legal

This project is open source under the Apache Public License v2 and is developed by Axway, Inc and the community. Please read the LICENSE file included in this distribution for more information.