tiapp-dir-cli
v1.0.29
Published
⭐ Axway Amplify CLI tool to find root directory of Appcelerator Titanium SDK project
Downloads
43
Readme
👉 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
tiapp-dir-cli
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