This node module is designed to reduce the time spent doing repetitive tasks.
Install using the following command
[sudo] npm install -g qe-helper
Currently you can run the following commands. Options, flags and further help can be found by running -h/--help for each command.
qe env-info - Prints out info for your environment
qe get-latest - Get the latest and greatest Appc Core, Appc NPM and Ti SDK versions
qe switch-env - Switch between environment
qe update-tiapp - Update a tiapp with a certain SDK
qe config - Get, set and list values stored in the config, useful for making qe switch-env easier!
qe remove - Remove Appc Core and SDKs from your machine all in one go
Clone this repo
git clone https://github.com/ewanharris/qe-helper.git
Link the repo to your node modules for testing
npm link
Develop and make PRs for new commands!
Alternatively file an issue with what you want to see implemented!