1.0.29 • Published 3 years ago

tiapp-dir-cli v1.0.29

Weekly downloads
2
License
MIT
Repository
github
Last release
3 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