1.0.29 ā€¢ Published 2 years ago

tiapp-dir-cli v1.0.29

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

šŸ‘‰ Ā Ā  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

Related

License

MIT Ā© Superhero Studios Incorporated

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