Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mobilehero-archive/titanium-eslint-config
Axway Amplify - ESLint settings package for use with Appcelerator Titanium Mobile
https://github.com/mobilehero-archive/titanium-eslint-config
alloy amplify android api-builder appcelerator axway axway-amplify axway-sdk brentonhouse cross-platform eslint ios mobile native titanium titanium-sdk
Last synced: 2 months ago
JSON representation
Axway Amplify - ESLint settings package for use with Appcelerator Titanium Mobile
- Host: GitHub
- URL: https://github.com/mobilehero-archive/titanium-eslint-config
- Owner: mobilehero-archive
- Created: 2019-03-06T15:12:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T19:56:50.000Z (about 2 years ago)
- Last Synced: 2024-06-20T19:29:49.069Z (7 months ago)
- Topics: alloy, amplify, android, api-builder, appcelerator, axway, axway-amplify, axway-sdk, brentonhouse, cross-platform, eslint, ios, mobile, native, titanium, titanium-sdk
- Language: JavaScript
- Homepage: https://brenton.house/saying-goodbye-to-axway-amplify-titanium-31a44f3671de
- Size: 468 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
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/eslint-config
[![@titanium/eslint-config](https://img.shields.io/npm/v/@titanium/eslint-config.png)](https://www.npmjs.com/package/@titanium/eslint-config)
## 📝 Description
ESLint settings package for use with Axway Titanium native mobile apps
> This extends [@geek/eslint-config](https://github.com/brentonhouse/geek-eslint-config) settings for Node.js
## 🚀 Getting Started
1. Create new Titanium Alloy project
2. Run `npm init` in project root directory
3. Install `@titanium/eslint-config` in root of project```bash
npm install @titanium/eslint-config
```1. Add this as base settings for your project
> If using `.eslintrc.yaml` or `.eslintrc.yml`
```
extends: '@titanium'
```> If using `.eslintrc` or `.eslintrc.json`
```
"extends": "@titanium",
```