🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

tiapp-dir-cli

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiapp-dir-cli

⭐ Axway Amplify CLI tool to find root directory of Appcelerator Titanium SDK project

latest
Source
npmnpm
Version
1.0.29
Version published
Maintainers
2
Created
Source

Preparing for end of Axway

👇   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)

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 ↑

 

 

 

 

tiapp-dir-cli Build Status

tiapp-dir-cli version tiapp-dir-cli downloads tiapp-dir-cli dependencies

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

License

MIT © Superhero Studios Incorporated

(based on https://github.com/sindresorhus/pkg-dir-cli) MIT © Sindre Sorhus

Keywords

appcelerator

FAQs

Package last updated on 11 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts