1.0.47 ā€¢ Published 2 years ago

@titanium/sdk-manager v1.0.47

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

šŸ‘‰ Ā Ā  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.

1.0.47

2 years ago

1.0.46

2 years ago

1.0.19

2 years ago

1.0.2

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.29

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.30

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.39

2 years ago

1.0.38

2 years ago

1.0.40

2 years ago

1.0.44

2 years ago

1.0.43

2 years ago

1.0.42

2 years ago

1.0.41

2 years ago

1.0.45

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

0.0.7

2 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago