Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobilehero-archive/titanium-plugin-alloy-local
â Axway Amplify plugin to use locally installed Alloy with Appcelerator Titanium SDK
https://github.com/mobilehero-archive/titanium-plugin-alloy-local
alloy android appcelerator appcelerator-titanium axway axway-amplify axway-sdk brenton-house cross-platform-native ios plugin titanium titanium-alloy titanium-mobile titanium-module titanium-sdk
Last synced: about 1 month ago
JSON representation
â Axway Amplify plugin to use locally installed Alloy with Appcelerator Titanium SDK
- Host: GitHub
- URL: https://github.com/mobilehero-archive/titanium-plugin-alloy-local
- Owner: mobilehero-archive
- Created: 2019-02-04T18:22:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T18:08:18.000Z (over 2 years ago)
- Last Synced: 2024-10-14T02:35:51.928Z (2 months ago)
- Topics: alloy, android, appcelerator, appcelerator-titanium, axway, axway-amplify, axway-sdk, brenton-house, cross-platform-native, ios, plugin, titanium, titanium-alloy, titanium-mobile, titanium-module, titanium-sdk
- Language: JavaScript
- Homepage: https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671delloy-local
- Size: 2.63 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
[//]: # (header-start)
Preparing for end of Axway
ð  support for Amplify Cloud and Mobile  ð
ðŠĶ  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:
* [API Best Practices](https://brenton.house)
* [What is API Security?](https://brenton.house/what-is-api-security-5ca8117d4911)
* [OWASP Top 10 List for API Security](https://www.youtube.com/watch?v=GLVHDj0Cpg4)
* [What is API Security?](https://brenton.house/what-is-api-security-5ca8117d4911)
* [Top API Trends for 2022](https://brenton.house/top-10-api-integration-trends-for-2022-49b05f2ef299)
* [What is a Frankenstein API?](https://brenton.house/what-is-a-frankenstein-api-4d6e59fca6)
* [What is a Zombie API?](https://brenton.house/what-is-a-zombie-api-6e5427c39b6a)
* [API Developer Experience](https://brenton.house/keys-to-winning-with-an-awesome-api-developer-experience-62dd2fa668f4)
* [API Cybersecurity 101](https://brenton.house/what-is-api-security-5ca8117d4911)
* [YouTube API Videos](https://youtube.com/brentonhouse)
* [YouTube API Shorts Videos](https://youtube.com/apishorts)Â
[![Click to watch on Youtube](https://img.youtube.com/vi/GLVHDj0Cpg4/0.jpg)](https://www.youtube.com/watch?v=GLVHDj0Cpg4&list=PLsy9MwYlG1pew6sktCAIFD5tbrXy9HUQ7 "Click to watch on YouTube")
> Â [â Watch video on YouTube â](https://www.youtube.com/watch?v=GLVHDj0Cpg4&list=PLsy9MwYlG1pew6sktCAIFD5tbrXy9HUQ7)
Â
Â
Â
Â
[//]: # (header-end)
# @titanium/plugin-alloy-local
![https://www.npmjs.com/package/@titanium/plugin-alloy-local](https://img.shields.io/npm/v/@titanium/plugin-alloy-local.png)
> Titanium Mobile plugin to use locally installed Alloy (if available)
* [ð Description](#-description)
* [ð Getting Started](#-getting-started)
* [ð Related Links](#-related-links)
* [ð Learn More](#-learn-more)
* [ðĢ Feedback](#-feedback)
* [ÂĐïļ Legal](#ïļ-legal)## ð Description
Here are how things currently work by default:
- [Titanium Mobile](https://www.npmjs.com/package/titanium) will use the globally installed [Alloy](https://www.npmjs.com/package/alloy) package when compiling mobile apps.
- [Appcelerator](https://www.npmjs.com/package/appcelerator) bundles a version of [Alloy](https://www.npmjs.com/package/alloy) with it and will use that when compiling mobile apps.The goal and purpose of this plugin is to allow you to install a specific version of [Alloy](https://www.npmjs.com/package/alloy) locally and to be able to have Titanium and/or Appcelerator use this when compiling your app.
## ð Getting Started
> NOTE: Before installing this plugin, make sure you have a `package.json` file in the root of your project. If you don't, you can just run the following in the project root directory and it will create one for you:
```
npm init --yes
```To install this plugin, run the following in the project root directory:
```
npm install --save-dev @titanium/plugin-alloy-local
```This will install the npm package as well as run a post-install script that will also create the Titanium plugin for you.
> Don't worry about having this plugin installed if you do not have Alloy installed locally. If the plugin cannot find Alloy locally, it will fallback to the default location depending on your tool (see above).
## ð Related Links
- [Titanium Mobile](https://www.npmjs.com/package/titanium) - Open-source tool for building powerful, cross-platform native apps with JavaScript.
- [Alloy](https://www.npmjs.com/package/alloy) - MVC framework built on top of Titanium Mobile.
- [Appcelerator](https://www.npmjs.com/package/appcelerator) - Installer for the Appcelerator Platform tool## ð Learn More
- [Axway Developer Portal](https://developer.axway.com)
## ðĢ Feedback
Have an idea or a comment? [Join in the conversation here](https://github.com/brentonhouse/titanium-plugin-alloy-local/issues)!
## ÂĐïļ Legal
Alloy is developed by Appcelerator and the community and is Copyright ÂĐ 2012-Present by Appcelerator, Inc. All Rights Reserved.
Alloy is made available under the Apache Public License, version 2. See their license file for more information.
Appcelerator is a registered trademark of Appcelerator, Inc. Titanium is a registered trademark of Appcelerator, Inc. Please see the LEGAL information about using trademarks, privacy policy, terms of usage and other legal information at http://www.appcelerator.com/legal.