1.0.1 • Published 8 years ago

qe-helper v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

qe-helper

bitHound Overall Score

This node module is designed to reduce the time spent doing repetitive tasks.

Installation

Install using the following command

[sudo] npm install -g qe-helper

What can I do?

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

Development

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!