Preparing for end of Axway
👇 support for Amplify Cloud and Mobile 👇
🛑 Axway support for Amplify products has ended for most products related to mobile and cloud.
Axway Amplify End-of-Life (EOL) announcements. However, all closed-source projects and most open-source projects are now dead.
A few of the open-source versions of Axway Amplify products will live on after
👉 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
- What is API Security?
- OWASP Top 10 List for API Security
- What is API Security?
- Top API Trends for 2022
- What is a Frankenstein API?
- What is a Zombie API?
- API Developer Experience
- API Cybersecurity 101
- YouTube API Videos
- YouTube API Shorts Videos
Find the root directory of an appcelerator titanium project
(based on https://github.com/sindresorhus/pkg-dir-cli)
Install
$ npm install --global tiapp-dir-cli
Usage
$ tiapp-dir --help
Usage
$ tiapp-dir <cwd>
Examples
$ echo $PWD
/Users/brentonhouse/foo/bar
$ tiapp-dir
/Users/brentonhouse/foo
Example
/
└── Users
└── brentonhouse
└── foo
├── package.json
└── bar
└── example.js
$ echo $PWD
/Users/brentonhouse/foo/bar
$ tiapp-dir
/Users/brentonhouse/foo
Related
- tiapp-dir - API for this module
- find-up-cli - Find a file by walking up parent directories
License
MIT © Superhero Studios Incorporated
(based on https://github.com/sindresorhus/pkg-dir-cli) MIT © Sindre Sorhus