Giter Site home page Giter Site logo

mobilehero-archive / titanium-sdk-manager Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 1.39 MB

⭐ Axway Amplify module for managing and installing SDK for Appcelerator Titanium SDK

Home Page: https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de

License: Other

JavaScript 100.00%
titanium sdk axway appcelerator mobile cross-platorm-native ios android native turbo

titanium-sdk-manager's Introduction

👇   support for Amplify Cloud and Mobile   👇

RIP Axway Amplify Titanium (2010 - 2022)

🪦   RIP Axway Amplify Titanium (2010 - 2022)

🪦   RIP Axway Amplify Cloud Services (2012 - 2022)

🪦   RIP Axway Amplify Crash Analytics (2015 - 2022)


🛑    Axway support for Amplify products has ended for most products related to mobile and cloud.

A few of the open-source versions of Axway Amplify products will live on after Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.

 

👉    A group of Axway employees, ex-Axway employees, and some developers from Titanium community have created a legal org and now officially decide all matters related to future of these products.

 


API FAQ:

 

Click to watch on Youtube

  ↑ Watch video on YouTube ↑

 

 


 

 

@titanium/sdk-manager

@titanium/sdk-manager Dependabot Status

📝 Description

Library for installing Axway Titanium SDKs
Fork of https://github.com/appcelerator/titaniumlib

Install Titanium SDKs from any source.

Key differences from titaniumlib module:

  1. This module is focused only on managing SDKs
  2. Additional support for @geek/config (coming soon)
  3. Allow setting of repo URL for SDKs (in addition to official Axway repo)

🚀 Getting Started

Install Titanium SDK Manager

npm install @titanium/sdk-manager

Get available SDK releases

Using Official Axway Repository

sdk.getReleases()
	.then(releases => {
		console.log(`releases: ${JSON.stringify(releases, null, 2)}`);
	})
	.catch(error => {
		console.error('you are here → Error occurred!');
		console.error(error);
	});

Get available SDK releases (Alternate Repo)

Using Alternate Repository

sdk.getReleases({ releasesUrl: 'https://brentonhouse.github.io/titanium-sdk-repo/releases.json'  })
	.then(releases => {
		console.log(`releases: ${JSON.stringify(releases, null, 2)}`);
	})
	.catch(error => {
		console.error('you are here → Error occurred!');
		console.error(error);
	});

Get available SDK branches

Using Official Axway Repository

sdk.getBranches()
	.then(branches => {
		console.log(`branches: ${JSON.stringify(branches, null, 2)}`);
	})
	.catch(error => {
		console.error('you are here → Error occurred!');
		console.error(error);
	});

Get available SDK builds

Using Official Axway Repository

sdk.getBuilds()
	.then(builds => {
		console.log(`builds: ${JSON.stringify(builds, null, 2)}`);
	})
	.catch(error => {
		console.error('you are here → Error occurred!');
		console.error(error);
	});

Install latest SDK release

Using Official Axway Repository

sdk.install()
	.then(result => {
		console.log('** SDK Installed **');
	})
	.catch(error => {
		console.error('you are here → Error occurred!');
		console.error(error);
	});

Install SDK Release Candidate (RC)

Using Alternate Repository

sdk.getReleases({ releasesUrl: 'https://brentonhouse.github.io/titanium-sdk-repo/releases.json'  })
	.then(releases => {
		console.log('** SDK Installed **');
	})
	.catch(error => {
		console.error('you are here → Error occurred!');
		console.error(error);
	});

🔗 Related Links

  • Titanium Mobile - Open-source tool for building powerful, cross-platform native apps with JavaScript.
  • Alloy - MVC framework built on top of Titanium Mobile.
  • Turbo - Variation of Titanium Alloy that adds some enhancements and customizations for rapid development.
  • Appcelerator - Installer for the Appcelerator Platform tool

📚 Learn More

📣 Feedback

Have an idea or a comment? Join in the conversation here!

©️ Legal

Copyright 2014-2019 by Axway, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

titanium-sdk-manager's People

Contributors

brentonhouse avatar cb1kenobi avatar dependabot-preview[bot] avatar ewanharris avatar mobilehero-bot avatar sgtcoolguy avatar

Stargazers

 avatar  avatar

Watchers

 avatar

titanium-sdk-manager's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.